C# Class Gammtek.Conduit.Extensions.CharExtensions

显示文件 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
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

Method Details

IsDigit() public static method

public static IsDigit ( this c ) : bool
c this
return bool

IsLetter() public static method

public static IsLetter ( this c ) : bool
c this
return bool

IsQuote() public static method

public static IsQuote ( this c ) : bool
c this
return bool

IsWhiteSpace() public static method

public static IsWhiteSpace ( this c ) : bool
c this
return bool

ToBoolean() public static method

public static ToBoolean ( this value ) : bool
value this
return bool

ToByte() public static method

public static ToByte ( this value ) : byte
value this
return byte

ToDateTime() public static method

public static ToDateTime ( this value ) : System.DateTime
value this
return System.DateTime

ToDecimal() public static method

public static ToDecimal ( this value ) : decimal
value this
return decimal

ToDouble() public static method

public static ToDouble ( this value ) : double
value this
return double

ToInt16() public static method

public static ToInt16 ( this value ) : short
value this
return short

ToInt32() public static method

public static ToInt32 ( this value ) : int
value this
return int

ToInt64() public static method

public static ToInt64 ( this value ) : long
value this
return long

ToSByte() public static method

public static ToSByte ( this value ) : sbyte
value this
return sbyte

ToSingle() public static method

public static ToSingle ( this value ) : float
value this
return float

ToUInt16() public static method

public static ToUInt16 ( this value ) : ushort
value this
return ushort

ToUInt32() public static method

public static ToUInt32 ( this value ) : uint
value this
return uint

ToUInt64() public static method

public static ToUInt64 ( this value ) : ulong
value this
return ulong