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,
BSTR* Text
);
[C++]Parameters
Value [in] Value is a parameter of type Byte Text [out, retval] Text is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.