Method Base64Encode
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
Base64Encode(string)
Encodes a string to base64.
public static string Base64Encode(this string text)
Parameters
text
stringThe text to encode.
Returns
- string
The base64 encoded string.