CryptoSys API Library Manual

Cnv.Base64Filter Method

Filters non-base64 characters from a string

Syntax

[C#]
public static string Base64Filter(
	string s
)
[VB.NET]
Public Shared Function Base64Filter ( _
	s As String _
) As String

Parameters

s
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]

[PREV: CipherStream.Update Method...]   [Contents]   [Index]   
   [NEXT: Cnv.Base64FromHex Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.