ArcFM Engine Developer Guide
GetBytes<T> Method


The struct type to convert from.
Returns the specified struct value as an array of bytes.
Syntax
'Declaration
 
Public Shared Function GetBytes(Of T As {New, Struct})( _
   ByVal value As T _
) As Byte()
'Usage
 
Dim value As T
Dim value() As Byte
 
value = StructConverter.GetBytes(Of T)(value)
public static byte[] GetBytes<T>( 
   T value
)
where T: new(), struct

Parameters

value

Type Parameters

T
The struct type to convert from.

Return Value

An array of bytes representing the struct.
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 Class
StructConverter Members

 

 


Send Comment