Click or drag to resize

CnvHexFilter Method

Filter non-hexadecimal characters from a string.

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

Parameters

s  String
Input string to be filtered

Return Value

String
Filtered string
See Also