This document is archived and information here might be outdated.  Recommended version.


IJSONWriter.GetStringBuffer Method (ArcObjects .NET 10.5 SDK)
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