C# 클래스 Platform.Int32Utils

Provides extension methods for the Int32 type.
파일 보기 프로젝트 열기: platformdotnet/Platform

공개 메소드들

메소드 설명
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