Hexs to integer.
[Visual Basic]
Public Shared Function HexToInt( _
ByVal
hex As
String, _
ByVal
defaultValue As
Integer _
) As
Integer
[C#]
public static
int HexToInt(
string hex,
int defaultValue);
Parameters
-
hex
- Hex.
-
defaultValue
- Default value.
See Also
MainUtil Class | Sitecore Namespace