'Declaration
Public Overloads Shared Sub DeserializeValue( _ ByVal networkBytes As Stream, _ ByRef hostValue As Long _ )
public static void DeserializeValue( Stream networkBytes, out long hostValue )
Parameters
- networkBytes
- Network order byte array of the long
- hostValue
- The converted long from the network byte array