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: 9.3.0.0 (9.3.0.20251001)
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