Click or drag to resize

CnvBase64Filter Method

Filter non-base64 characters from a string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string Base64Filter(
	string s
)

Parameters

s  String
String to be filtered

Return Value

String
Filtered string
Remarks
Valid base64 characters are [0-9A-Za-z+/=]
See Also