List of InvalidHexData methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 7: Line 7:
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[New (InvalidHexData constructor)|New]]</td><td valign="top">Create a new InvalidHexData object</td></tr>
<tr><td valign="top">[[New (InvalidHexData constructor)|New]]</td><td valign="top">Create a new InvalidHexData object</td></tr>
<tr><td valign="top">[[Position (InvalidHexData function)|Position]]</td><td valign="top">Input string position where non-hexadecimal character found</td></tr>
<tr><td valign="top">[[Position (InvalidHexData property)|Position]]</td><td valign="top">Input string position where non-hexadecimal character found</td></tr>
</table>
</table>
</div>
</div>

Revision as of 20:19, 25 March 2011

The following are the available InvalidHexData class methods.

MethodDescription
NewCreate a new InvalidHexData object
PositionInput string position where non-hexadecimal character found

See also