Click or drag to resize

CryptographyHelperDecodeBase64 Method

Function which decode a 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 DecodeBase64(
	string encodedValue
)

Parameters

encodedValue
Type: SystemString
The Base64 string to decode

Return Value

Type: String
A decoded string
See Also