Masslet Send comments on this topic.
ByteArrayToStructure Method
See Also 
Masslets Namespace > Converters Class : ByteArrayToStructure Method




bytearray
obj

Syntax

Visual Basic (Declaration) 
Public Shared Function ByteArrayToStructure( _
   ByVal bytearray() As Byte, _
   ByVal obj As ValueType _
) As Object
Visual Basic (Usage)Copy Code
Dim bytearray() As Byte
Dim obj As ValueType
Dim value As Object
 
value = Converters.ByteArrayToStructure(bytearray, obj)
C# 
public static object ByteArrayToStructure( 
   byte[] bytearray,
   ValueType obj
)
Managed Extensions for C++ 
public: static Object* ByteArrayToStructure( 
   byte[]* bytearray,
   ValueType* obj
) 
C++/CLI 
public:
static Object^ ByteArrayToStructure( 
   array<byte>^ bytearray,
   ValueType^ obj
) 

Parameters

bytearray
obj

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.