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