| StreamsWrite7bitString Method |
Writes the 7bit string to 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 void Write7bitString(
Stream stream,
string str
)
Public Shared Sub Write7bitString (
stream As Stream,
str As String
)
Parameters
- stream
- Type: System.IOStream
The stream that will be written.
- str
- Type: SystemString
The string to write to supplied stream.
Exceptions See Also