Position (InvalidBase64Data property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:InvalidBase64Data:Position subtitle}}
{{Template:InvalidBase64Data:Position subtitle}}
This readOnly property returns the position in the (expected) base64-encoded string where a non-base64-encoding character was found.


==Syntax==
==Syntax==
Line 5: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%pos</th>
<tr><th>%number</th>
<td>This numeric value is the position in the base64 string where a non-base64 character was found.
<td>This numeric value is the position in the base64 string where a non-base64 character was found.
</td></tr>
</td></tr>
<tr><th>%invB64</th>
<tr><th>invalidBase64Data</th>
<td>A reference to an instance of an InvalidBase64Data object.
<td>A reference to an instance of an <var>InvalidBase64Data</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:InvalidBase64Data:Position footer}}
{{Template:InvalidBase64Data:Position footer}}

Revision as of 05:11, 22 April 2011

Input string position where non-base64 encoding character found (InvalidBase64Data class) This readOnly property returns the position in the (expected) base64-encoded string where a non-base64-encoding character was found.

Syntax

%number = invalidBase64Data:Position

Syntax terms

%number This numeric value is the position in the base64 string where a non-base64 character was found.
invalidBase64Data A reference to an instance of an InvalidBase64Data object.

See also