'Declaration
Public Sub WriteRawValue( _ ByVal value As System.String _ )
'Usage
Dim instance As JsonWriter Dim value As System.String instance.WriteRawValue(value)
public void WriteRawValue( System.string value )
public procedure WriteRawValue( value: System.String );
public function WriteRawValue( value : System.String );
public: void WriteRawValue( System.string* value )
public: void WriteRawValue( System.String^ value )
Parameters
- value
- The specified text.