Position (InvalidBase64Data property): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:InvalidBase64Data:Position subtitle}} | {{Template:InvalidBase64Data:Position subtitle}} | ||
This | 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== | ==Syntax== |
Revision as of 16:39, 5 May 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. |