|
|
Line 1: |
Line 1: |
| {{Template:XmlParseError:InputHexValue subtitle}}
| | #REDIRECT [[XmlParseError class#InputHexValue property|InputHexValue property]] |
| This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns a string that contains the hexadecimal representation of the bytes that caused the exception to be thrown.
| |
|
| |
|
| <var>InputHexvalue</var> returns a value for all [[Reason (XmlParseError property)|reasons]] except <var>SyntaxError</var>.
| | [[Category:XmlParseError methods|InputHexValue property]] |
| | |
| ==Syntax==
| |
| {{Template:XmlParseError:InputHexValue syntax}}
| |
| ===Syntax terms===
| |
| <table class="syntaxTable">
| |
| <tr><th>%string</th>
| |
| <td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown.
| |
| </td></tr>
| |
| <tr><th>xmlParsError</th>
| |
| <td>A reference to an instance of a <var>[[XmlParseError_class|XmlParseError]]</var> object.
| |
| </td></tr></table>
| |
| | |
| ==See also==
| |
| {{Template:XmlParseError:InputHexValue footer}}
| |