ascent.decode
Decoding methods for data in Ascent
Ascent.decode - Data Decoding Methods
Apica.decode.base64
decodes a string in Base64 format.
Parameter
Type
Description
string
string
Value to decode
Examples
To base64-encode the username
Ascent.decode.gzip
Compress a string using Gzip. Output a base64 encode string
Parameter
Type
Description
string
string
Value to encode
Examples
To encode the username
Ascent.decode.uri
Encodes a string using URI encoding
Parameter
Type
Description
string
string
Value to encode
Examples
To decode the username
Ascent.decode.hex
decodes a string in Hexadecimal format.
Parameter
Type
Description
string
string
Value to encode
Examples
To decode the username
Last updated
Was this helpful?