public static Byte[] GetBytes( string hexString, out int discarded )
Public Shared Function GetBytes( _ ByVal hexString As String, _ ByRef discarded As Integer _ ) As Byte()
public: static array<Byte> GetBytes( String^ hexString, [Out] int discarded );