Name | Description | |
---|---|---|
FromBase64Chars | Overloaded. Converts the given Base64 char array to a byte array. | |
FromBase64String | Converts the given Base64 string to a byte array. | |
GetBase64CharCount | Gets the number of Base64 characters required to encode the given number of bytes. | |
ToBase64Chars | Overloaded. Converts the given byte array to a Base64 char array. | |
ToBase64String | Overloaded. Converts the given byte array to a Base64 string. |