Click or drag to resize

EAPEncodeDecodeBase64 Method

Decode the base 64 string to its original unencoded string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string DecodeBase64(
	string s
)

Parameters

s
Type: SystemString
The string to decode.

Return Value

Type: String
The decoded string.
See Also