Click or drag to resize
UtilitiesTryHexParse Method
Try parsing the string for a Hex-formatted int. If it fails, return false and 0 in iOutput.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool TryHexParse(
	string sInput,
	out int iOutput
)

Parameters

sInput
Type: SystemString
The hex number
iOutput
Type: SystemInt32
The int value

Return Value

Type: Boolean
TRUE if the parsing succeeded
See Also