List of InvalidBase64Data 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 (InvalidBase64Data constructor)|New]]</td><td valign="top">Create a new InvalidBase64Data object</td></tr>
<tr><td valign="top">[[New (InvalidBase64Data constructor)|New]]</td><td valign="top">Create a new InvalidBase64Data object</td></tr>
<tr><td valign="top">[[Position (InvalidBase64Data function)|Position]]</td><td valign="top">Input string position where non-base64 encoding character found</td></tr>
<tr><td valign="top">[[Position (InvalidBase64Data property)|Position]]</td><td valign="top">Input string position where non-base64 encoding character found</td></tr>
</table>
</table>
</div>
</div>

Revision as of 20:18, 25 March 2011

The following are the available InvalidBase64Data class methods.

MethodDescription
NewCreate a new InvalidBase64Data object
PositionInput string position where non-base64 encoding character found

See also