ArcFM Engine Developer Guide
StructConverter Class
Members 


Product Availability
Required Licenses
.NET Assembly
Converts struct data types to an array of bytes, and an array of bytes to struct data types.
Syntax
'Declaration
 
Public MustInherit NotInheritable Class StructConverter 
'Usage
 
Dim instance As StructConverter
public static class StructConverter 
Remarks

The StructConverter class is similar to the BitConverter class with the exception that it will convert a struct to a byte[] and vice versa. This is useful in some specific situations like reading from a file with a known format.

This class is a generalization of some code found here: http://www.codeproject.com/cs/files/fastbinaryfileinput.asp

Inheritance Hierarchy

System.Object
   Miner.Responder.Shared.Channels.MSMQ.StructConverter

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

StructConverter Members
Miner.Responder.Shared.Channels.MSMQ Namespace

 

 


Send Comment