Position (InvalidBase64Data property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[InvalidBase64Data class#New constructor|Position property]]


<span class="pageSubtitle"><section begin=dpl_desc/>Position in the input string where a non-base64-encoding character was found<section end=dpl_desc/></span>
[[Category:InvalidBase64Data methods|Position property]]
[[Category:InvalidBase64Data methods|Position property]]
<p>
Position is a member of the [[InvalidBase64Data class]].
</p>
==Syntax==
<p class="syntax">%pos = %invB64:Position
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%pos</th>
<td>This numeric value is the position in the base64 string where a non-base64 character was found.
</td></tr>
<tr><th>%invB64</th>
<td>A reference to an instance of an InvalidBase64Data object.
</td></tr></table>

Latest revision as of 15:17, 10 May 2011