HexValue (CharacterTranslationException property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and edits) |
||
Line 1: | Line 1: | ||
{{Template:CharacterTranslationException:HexValue subtitle}} | {{Template:CharacterTranslationException:HexValue subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:CharacterTranslationException:HexValue syntax}} | {{Template:CharacterTranslationException:HexValue syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%string</th> | ||
<td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown. | <td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown. | ||
</td></tr> | </td></tr> | ||
<tr><th> | <tr><th>characterTranslationException</th> | ||
<td>A reference to an instance of a CharacterTranslationException object. | <td>A reference to an instance of a <var>[[CharacterTranslationException_class|CharacterTranslationException]]</var> object. | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | ==See also== | ||
{{Template:CharacterTranslationException:HexValue footer}} | {{Template:CharacterTranslationException:HexValue footer}} |
Revision as of 05:26, 15 April 2011
Hexadecimal value of bytes causing the exception (CharacterTranslationException class)
Syntax
%string = characterTranslationException:HexValue
Syntax terms
%string | A string to receive the hexadecimal value of the bytes that caused the exception to be thrown. |
---|---|
characterTranslationException | A reference to an instance of a CharacterTranslationException object. |