Click or drag to resize

EAPConvertFromHex Method

Converts a hex string to an integer. The hex can optionally be prefixed with "0x".

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int FromHex(
	string s
)

Parameters

s
Type: SystemString
The string to convert.

Return Value

Type: Int32
The resulting integer value or zero if string is null or blank.
See Also