public static string ToHexString( byte[] byteValue )
Public Shared Function ToHexString ( _ byteValue As Byte() _ ) As String
public: static String^ ToHexString( array<unsigned char^>^ byteValue )