Position (InvalidBase64Data property): Difference between revisions
Jump to navigation
Jump to search
(Created page with " <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:Invalid...") |
m (1 revision) |
(No difference)
|
Revision as of 21:43, 16 January 2011
<section begin=dpl_desc/>Position in the input string where a non-base64-encoding character was found<section end=dpl_desc/>
Position is a member of the InvalidBase64Data class.
Syntax
%pos = %invB64:Position
Syntax terms
%pos | This numeric value is the position in the base64 string where a non-base64 character was found. |
---|---|
%invB64 | A reference to an instance of an InvalidBase64Data object. |