'Declaration
Public Shared Function StringToBytes( _ ByVal stream As System.String _ ) As System.Byte()
'Usage
Dim stream As System.String Dim value() As System.Byte value = NStreamConverter.StringToBytes(stream)
public static System.byte[] StringToBytes( System.string stream )
Parameters
- stream