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
)
Public Shared Function IsValidBase64 (
s As String
) As Boolean
Parameters
- s
- Type: SystemString
The string to test.
Return Value
Type:
BooleanTrue if a valid base64 string, else false.
See Also