STRCONV() |
Top Previous Next |
Converts strings between various representations. Syntax STRCONV( cExpression, nConversionType ) Parameters cExpression String that is converted according to the nConversionType parameter.
nConversionType A numeric value indicating the conversion to be performed
Return value Returns the converted string. Remarks For url encoding (type 17 and 18) the string can have a maximum length of 32766 characters. See also |