C# Class Stash.Azure.Engine.Convert

显示文件 Open project: AndyHitchman/Stash

Public Properties

Property Type Description
For BiDiConvert>.Dictionary

Public Methods

Method Description
AsBoolean ( this from ) : bool
AsByte ( this from ) : byte
AsChar ( this from ) : char
AsDateTime ( this from ) : System.DateTime
AsDecimal ( this from ) : decimal
AsGuid ( this from ) : System.Guid
AsInt ( this from ) : int
AsLong ( this from ) : long
AsSByte ( this from ) : sbyte
AsShort ( this from ) : short
AsString ( this from ) : string
AsTimeSpan ( this from ) : System.TimeSpan
AsType ( this from ) : Type
AsUInt ( this from ) : uint
AsULong ( this from ) : ulong
AsUShort ( this from ) : ushort

Private Methods

Method Description
complementDigits ( string decimalString ) : string

Negative numbers are complemented to ensure alphabetical sorting of string keys.

Method Details

AsBoolean() public static method

public static AsBoolean ( this from ) : bool
from this
return bool

AsByte() public static method

public static AsByte ( this from ) : byte
from this
return byte

AsChar() public static method

public static AsChar ( this from ) : char
from this
return char

AsDateTime() public static method

public static AsDateTime ( this from ) : System.DateTime
from this
return System.DateTime

AsDecimal() public static method

public static AsDecimal ( this from ) : decimal
from this
return decimal

AsGuid() public static method

public static AsGuid ( this from ) : System.Guid
from this
return System.Guid

AsInt() public static method

public static AsInt ( this from ) : int
from this
return int

AsLong() public static method

public static AsLong ( this from ) : long
from this
return long

AsSByte() public static method

public static AsSByte ( this from ) : sbyte
from this
return sbyte

AsShort() public static method

public static AsShort ( this from ) : short
from this
return short

AsString() public static method

public static AsString ( this from ) : string
from this
return string

AsTimeSpan() public static method

public static AsTimeSpan ( this from ) : System.TimeSpan
from this
return System.TimeSpan

AsType() public static method

public static AsType ( this from ) : Type
from this
return System.Type

AsUInt() public static method

public static AsUInt ( this from ) : uint
from this
return uint

AsULong() public static method

public static AsULong ( this from ) : ulong
from this
return ulong

AsUShort() public static method

public static AsUShort ( this from ) : ushort
from this
return ushort

Property Details

For public_oe static_oe property

public static Dictionary For
return BiDiConvert>.Dictionary