Click or drag to resize

CnvHexFilter Method

Filters non-hexadecimal characters from a string

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string HexFilter(
	string s
)

Parameters

s  String
String to be filtered

Return Value

String
Filtered string
Remarks
Valid hex characters are [0-9A-Fa-f]
See Also