HexValue (CharacterTranslationException property)

From m204wiki
Revision as of 05:26, 15 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

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.

See also