This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.WriteStringVal Method (ArcObjects .NET 10.5 SDK) |
Writes a string in array.
[Visual Basic .NET] Public Sub WriteStringVal ( _ ByVal Value As String _ )
[C#] public void WriteStringVal ( string Value );
[C++]
HRESULT WriteStringVal(
BSTR Value
);
[C++]
Parameters Value Value is a parameter of type BSTR