Click or drag to resize

HelpersEncodeTo64 Method

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
C#
public static string EncodeTo64(
	string toEncode
)

Parameters

toEncode
Type: SystemString
The string to encode.

Return Value

Type: String
See Also