메소드 | 설명 | |
---|---|---|
FromHex ( this digit ) : int |
Gets an integer from a single hex character
|
메소드 | 설명 | |
---|---|---|
FromHexNoCheck ( this digit ) : int |
Gets an integer from a single hex character without checking whether the character is a valid hex character.
|
public static FromHex ( this digit ) : int | ||
digit | this | The single hex character |
리턴 | int |