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