CryptoSys API Library Manual
Cnv.HexFilter Method
Filters non-hexadecimal characters from a string
Syntax
[C#]
public static string HexFilter(
string s
)
[VB.NET]
Public Shared Function HexFilter ( _
s As String _
) As String
Parameters
- s
- String to be filtered
Return Value
Filtered string
Remarks
Valid hex characters are [0-9A-Fa-f]
See Also
VB6/C equivalent: CNV_HexFilter
[Contents] [Index]