XmlConvert.ToBinHexString Method

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

'Declaration
Public Shared Function ToBinHexString ( _
    inArray As Byte() _
) As String
'Usage
Dim inArray As Byte()
Dim returnValue As String

returnValue = XmlConvert.ToBinHexString(inArray)
public static string ToBinHexString (
    byte[] inArray
)
public:
static String^ ToBinHexString (
    array<unsigned char>^ inArray
)
public static String ToBinHexString (
    byte[] inArray
)
public static function ToBinHexString (
    inArray : byte[]
) : String
Not applicable.

Parameters

  • inArray

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0, 1.0

XNA Framework

Supported in: 1.0

See Also

Reference

XmlConvert Class
XmlConvert Members
System.Xml Namespace