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


IXMLSerializeData.GetString Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLSerializeData.GetString Method

Obtains element value as a string.

[Visual Basic .NET]
Public Function GetString ( _
    ByVal index As Integer _
) As String
[C#]
public string GetString (
    int index
);
[C++]
HRESULT GetString(
  long index,
  BSTR* Value
);
[C++]

Parameters index [in] index is a parameter of type long Value [out, retval] Value is a parameter of type BSTR

Product Availability

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

See Also

IXMLSerializeData Interface