| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As String Dim instance As New OctetString(value) | |
Parameters
- value
- The initial value given to this object in string form. This value is converted to byte using the system default encoding.
| Exception | Description |
|---|---|
| System.ArgumentNullException | The value is a null reference. |
Target Platforms: Microsoft .NET Framework 2.0