Hevea documentation

Cryptography.EncodeToBase64 Method 

Encodes a string into base64.

public static string EncodeToBase64(
   string toEncode
);

Parameters

toEncode
string to encode

Return Value

encoded string

Exceptions

Exception Type Condition
ArgumentNullException toEncode is null

See Also

Cryptography Class | Hevea.Core Namespace