Click or drag to resize

EAPEncodeIsValidBase64 Method

Determines whether the provided string a valid base64 string. Note that at this time a null/blank string is NOT considered valid.

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

Parameters

s
Type: SystemString
The string to test.

Return Value

Type: Boolean
True if a valid base64 string, else false.
See Also