Method | Description | |
---|---|---|
FromBase32 ( this str32, |
Converts a Base32-encoded string into equivalent byte array. Does not validate Base32 encoding correctness.
|
|
ToBase32 ( this binary, |
Converts a byte array into equivalent Base32-encoded string. Binary array length must be a multiple of 5. |
|
ToBase32 ( this |
Converts a byte array segment into equivalent Base32-encoded string. Binary segment length must be a multiple of 5. |
public static FromBase32 ( this str32, |
||
str32 | this | |
config | ||
return | byte[] |
public static ToBase32 ( this binary, |
||
binary | this | |
config | ||
return | string |
public static ToBase32 ( this |
||
binarySegment | this |
|
config | ||
return | string |