Masslet Send comments on this topic.
DeSerialize Method
See Also 
Masslets.Masslet Namespace > UDPMSG Class : DeSerialize Method




dt

Syntax

Visual Basic (Declaration) 
Public Shared Function DeSerialize( _
   ByVal dt() As Byte _
) As UDPMSG
Visual Basic (Usage)Copy Code
Dim dt() As Byte
Dim value As UDPMSG
 
value = UDPMSG.DeSerialize(dt)
C# 
public static UDPMSG DeSerialize( 
   byte[] dt
)
Managed Extensions for C++ 
public: static UDPMSG* DeSerialize( 
   byte[]* dt
) 
C++/CLI 
public:
static UDPMSG^ DeSerialize( 
   array<byte>^ dt
) 

Parameters

dt

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.