Position (InvalidBase64Data property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (Redirected page to DaemonLost class#New constructor)
Line 1: Line 1:
#REDIRECT [[DaemonLost class#New constructor|New constructor]]
[[Category:DaemonLost methods|New constructor]]
{{Template:InvalidBase64Data:Position subtitle}}
{{Template:InvalidBase64Data:Position subtitle}}
This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns the position in the (expected) base64-encoded string where a non-base64-encoding character was found.
==Syntax==
{{Template:InvalidBase64Data:Position syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>%number</th>
<td>This numeric value is the position in the base64 string where a non-base64 character was found.
</td></tr>
<tr><th>invalidBase64Data</th>
<td>A reference to an instance of an <var>InvalidBase64Data</var> object.
</td></tr></table>
==See also==
{{Template:InvalidBase64Data:Position footer}}

Revision as of 15:12, 10 May 2011

Input string position where non-base64 encoding character found (InvalidBase64Data class)