Append string value to the OctetString class. If current class content is length 0, new
string value is set as the value of this class.
Class assumes that string value is UTF8 encoded.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Append( string value ) |
| Visual Basic |
|---|
Public Sub Append ( _ value As String _ ) |
| Visual C++ |
|---|
public: void Append( String^ value ) |
Parameters
- value
- Type: System..::..String
UTF8 encoded string value