toBase32 method
Encodes the string to Base32 format. This method encodes the string directly to Base32.
Implementation
String toBase32() {
return base32.encodeString(this);
}
Encodes the string to Base32 format. This method encodes the string directly to Base32.
String toBase32() {
return base32.encodeString(this);
}