This document is archived and information here might be outdated. Recommended version. |
Writes a raw value without any processing. Use to insert JSON sub-object or sub-array strings only.
[Visual Basic .NET]
Public Sub WriteRawStringVal ( _
ByVal Value As String _
)
[C#]
public void WriteRawStringVal (
string Value
);
[C++]
HRESULT WriteRawStringVal(
BSTR Value
);
[C++] Parameters Value
Value is a parameter of type BSTR