Click or drag to resize

OctetString Constructor

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