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