public static string ByteArrayToHex(
byte[] ByteArray
)Public Shared Function ByteArrayToHex (
ByteArray As Byte()
) As Stringpublic:
static String^ ByteArrayToHex(
array<unsigned char>^ ByteArray
)static member ByteArrayToHex :
ByteArray : byte[] -> string