Click or drag to resize

CryptographyHelperEncodeBase64 Method

Function which encode a given string to Base64 string

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.5.0 (8.3.5.20250916)
Syntax
public static string EncodeBase64(
	string originalValue
)

Parameters

originalValue
Type: SystemString
The string to encode

Return Value

Type: String
A Base64 encoded string
See Also