Method Base64Decode
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
Base64Decode(string)
Decodes a base64 string.
public static string Base64Decode(this string base64)
Parameters
base64
stringThe base64 string to decode.
Returns
- string
The decoded string.