HexToInt
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static int HexToInt(
char h
)
Public Shared Function HexToInt (
h As Char
) As Integer
public:
static int HexToInt(
wchar_t h
)
static member HexToInt :
h : char -> int
Parameters
- h
- Type: SystemChar
[Missing <param name="h"/> documentation for "M:Adf.UriHelper.HexToInt(System.Char)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.UriHelper.HexToInt(System.Char)"]
See Also