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