C# Class Platform.Int32Utils

Provides extension methods for the Int32 type.
Mostrar archivo Open project: platformdotnet/Platform

Public Methods

Method Description
FromHex ( this digit ) : int

Gets an integer from a single hex character

Private Methods

Method Description
FromHexNoCheck ( this digit ) : int

Gets an integer from a single hex character without checking whether the character is a valid hex character.

Method Details

FromHex() public static method

Gets an integer from a single hex character
public static FromHex ( this digit ) : int
digit this The single hex character
return int