ArcObjects Library Reference (System)  

IJSONWriter.GetStringBuffer Method

Obtains copy of string buffer. Encoding is UTF8.

[Visual Basic .NET]
Public Function GetStringBuffer ( _
) As Byte[]
[C#]
public Byte[] GetStringBuffer (
);
[C++]
HRESULT GetStringBuffer(
  buf* buf
);
[C++]

Parameters

buf [out, retval]   buf is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONWriter Interface