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


IXMLTypeMapper.FromByte Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.FromByte Method
ArcGIS Developer Help

IXMLTypeMapper.FromByte Method

Converts a byte to an XML byte.

[Visual Basic .NET]
Public Function FromByte ( _
    ByVal Value As Byte _
) As String
[C#]
public string FromByte (
    byte Value
);
[C++]
HRESULT FromByte(
  Byte Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type unsigned char

Product Availability

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

See Also

IXMLTypeMapper Interface