ArcObjects Library Reference (System)  

IXMLTypeMapper.ToByte Method

Converts an XML byte to a byte.

[Visual Basic .NET]
Public Function ToByte ( _
    ByVal Text As String _
) As Byte
[C#]
public byte ToByte (
    string Text
);
[C++]
HRESULT ToByte(
  BSTR Text,
  Byte* Value
);
[C++]

Parameters

Text [in]   Text is a parameter of type BSTR Value [out, retval]   Value is a parameter of type Byte

Product Availability

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

See Also

IXMLTypeMapper Interface