Cnv.Base64Filter Method
Filter non-base64 characters from a string.
Syntax
[C#]
public static string Base64Filter(
string s
)
[VB]
Public Shared Function Base64Filter (
s As String
) As String
Parameters
- s String
- String to be filtered
Return Value
Filtered string
Remarks
Valid base64 characters are [0-9A-Za-z+/=]
See Also
VB6/C equivalent: CNV_B64Filter
[Contents] [Index]