This method encodes a string to a Base64 string.
Namespace:
TXTextControl.ReportingCloud
Assembly:
ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax public static string EncodeTo64(
string toEncode
)
Parameters
- toEncode
- Type: SystemString
The string to encode.
Return Value
Type:
StringSee Also