C# Класс Platform.Int32Utils

Provides extension methods for the Int32 type.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FromHex() публичный статический Метод

Gets an integer from a single hex character
public static FromHex ( this digit ) : int
digit this The single hex character
Результат int