Ascent.encode
Ascent.encode - Data Encoding Methods
Apica.encode.base64
Encodes a string in Base64 format.
Parameter
Type
Description
srting
string
Value to enode
Examples
To base64-encode the username
Ascent.encode.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.encode.uri
Encodes a string using URI encoding
Parameter
Type
Description
string
string
Value to encode
Examples
To encode the username
Ascent.encode.hex
Encodes a string in Hexadecimal format.
Parameter
Type
Description
string
string
Value to encode
Examples
To encode the username
Last updated
Was this helpful?