C# Класс Gammtek.Conduit.Extensions.CharExtensions

Показать файл Открыть проект

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

Метод Описание
IsDigit ( this c ) : bool
IsLetter ( this c ) : bool
IsQuote ( this c ) : bool
IsWhiteSpace ( this c ) : bool
ToBoolean ( this value ) : bool
ToByte ( this value ) : byte
ToDateTime ( this value ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDouble ( this value ) : double
ToInt16 ( this value ) : short
ToInt32 ( this value ) : int
ToInt64 ( this value ) : long
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

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

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

public static IsDigit ( this c ) : bool
c this
Результат bool

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

public static IsLetter ( this c ) : bool
c this
Результат bool

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

public static IsQuote ( this c ) : bool
c this
Результат bool

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

public static IsWhiteSpace ( this c ) : bool
c this
Результат bool

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

public static ToBoolean ( this value ) : bool
value this
Результат bool

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

public static ToByte ( this value ) : byte
value this
Результат byte

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

public static ToDateTime ( this value ) : System.DateTime
value this
Результат System.DateTime

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

public static ToDecimal ( this value ) : decimal
value this
Результат decimal

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

public static ToDouble ( this value ) : double
value this
Результат double

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

public static ToInt16 ( this value ) : short
value this
Результат short

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

public static ToInt32 ( this value ) : int
value this
Результат int

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

public static ToInt64 ( this value ) : long
value this
Результат long

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

public static ToSByte ( this value ) : sbyte
value this
Результат sbyte

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

public static ToSingle ( this value ) : float
value this
Результат float

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

public static ToUInt16 ( this value ) : ushort
value this
Результат ushort

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

public static ToUInt32 ( this value ) : uint
value this
Результат uint

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

public static ToUInt64 ( this value ) : ulong
value this
Результат ulong