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]

[PREV: Cnv.FromHex Method...]   [Contents]   [Index]   
   [NEXT: Cnv.HexFromBase64 Method...]

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