HexValue (CharacterTranslationException property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Hexadecimal representation of the bytes that caused the exception<section end=dpl_desc/></span> [[Category:CharacterTranslati...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
#REDIRECT [[CharacterTranslationException class#HexValue property|HexValue property]]
<span class="pageSubtitle"><section begin=dpl_desc/>Hexadecimal representation of the bytes that caused the exception<section end=dpl_desc/></span>
[[Category:CharacterTranslationException methods|HexValue property]]
[[Category:CharacterTranslationException methods|HexValue property]]
<p>
HexValue is a member of the [[CharacterTranslationException class]].
</p>
==Syntax==
<p class="syntax">%str = %chTransEx:HexValue
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%str</th>
<td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown.
</td></tr>
<tr><th>%chTransEx</th>
<td>A reference to an instance of a CharacterTranslationException object.
</td></tr></table>

Latest revision as of 22:59, 9 May 2011