Deployment Guide

504 | Reference Dell Networking W-ClearPass Guest 6.3 | User Guide
Format Result
%y
Year as a decimal number without the century (00 to 99)
%Y
Year as a decimal number
%%
A literal % character
Programmers Reference
This section describes the following:
l "NwaAlnumPassword" on page 504
l "NwaBoolFormat" on page 504
l "NwaByteFormat" on page 505
l "NwaByteFormatBase10" on page 505
l "NwaComplexPassword" on page 505
l "NwaCsvCache" on page 505
l "NwaDigitsPassword($len)" on page 505
l "NwaDynamicLoad" on page 505
l "NwaGeneratePictureString" on page 505
l "NwaGenerateRandomPasswordMix" on page 506
l "NwaLettersDigitsPassword" on page 506
l "NwaLettersPassword" on page 506
l "NwaMoneyFormat" on page 506
l "NwaParseCsv" on page 506
l "NwaParseXml" on page 507
l "NwaPasswordByComplexity" on page 508
l "NwaSmsIsValidPhoneNumber" on page 508
l "NwaStrongPassword" on page 508
l "NwaVLookup" on page 508
l "NwaWordsPassword" on page 509
NwaAlnumPassword
NwaAlnumPassword($len)
Generates an alpha-numeric password (mixed case) of length $len characters.
NwaBoolFormat
NwaBoolFormat($value, $options = null)
Formats a boolean value as a string. If 3 function arguments are supplied, the 2nd and 3rd arguments are the values to
return for false and true, respectively. Otherwise, the $options parameter specifies how to do the conversion:
l If an integer 0 or 1, the string values 0 and 1 are returned.