Click or drag to resize

OctetString Constructor

Overload List
 NameDescription
Public methodOctetString(Byte) Creates an OctetString from raw bytes.
Public methodOctetString(Levels) Creates an OctetString with a specific Levels.
Public methodOctetString(String) Creates an OctetString with a specific String. This string is treated as UTF-16.
Public methodOctetString(String, Encoding) Creates an OctetString with a specific String. This string is treated in specific Encoding.
Public methodOctetString(TupleInt32, Byte, Stream) Initializes a new instance of the OctetString class.
Top
See Also