| StreamsRead7bitString Method |
Reads a 7bit string from supplied stream.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public static string Read7bitString(
Stream stream
)
Public Shared Function Read7bitString (
stream As Stream
) As String
Parameters
- stream
- Type: System.IOStream
The stream that will be read.
Return Value
Type:
String
The string read from supplied
stream.
Exceptions See Also