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