Android.Net.UrlQuerySanitizer.DecodeHexDigit Method
Convert a character that represents a hexidecimal digit into an integer.

Syntax

[Android.Runtime.Register("decodeHexDigit", "(C)I", "GetDecodeHexDigit_CHandler")]
protected virtual int DecodeHexDigit (char c)

Parameters

c
the hexidecimal digit.

Returns

Documentation for this section has not yet been entered.

Remarks

Convert a character that represents a hexidecimal digit into an integer. If the character is not a hexidecimal digit, then -1 is returned. Both upper case and lower case hex digits are allowed.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1