C# Class Stash.Azure.Engine.Convert

Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Свойство Type Description
For BiDiConvert>.Dictionary

Méthodes publiques

Méthode 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

Méthode Description
complementDigits ( string decimalString ) : string

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

Method Details

AsBoolean() public static méthode

public static AsBoolean ( this from ) : bool
from this
Résultat bool

AsByte() public static méthode

public static AsByte ( this from ) : byte
from this
Résultat byte

AsChar() public static méthode

public static AsChar ( this from ) : char
from this
Résultat char

AsDateTime() public static méthode

public static AsDateTime ( this from ) : System.DateTime
from this
Résultat System.DateTime

AsDecimal() public static méthode

public static AsDecimal ( this from ) : decimal
from this
Résultat decimal

AsGuid() public static méthode

public static AsGuid ( this from ) : System.Guid
from this
Résultat System.Guid

AsInt() public static méthode

public static AsInt ( this from ) : int
from this
Résultat int

AsLong() public static méthode

public static AsLong ( this from ) : long
from this
Résultat long

AsSByte() public static méthode

public static AsSByte ( this from ) : sbyte
from this
Résultat sbyte

AsShort() public static méthode

public static AsShort ( this from ) : short
from this
Résultat short

AsString() public static méthode

public static AsString ( this from ) : string
from this
Résultat string

AsTimeSpan() public static méthode

public static AsTimeSpan ( this from ) : System.TimeSpan
from this
Résultat System.TimeSpan

AsType() public static méthode

public static AsType ( this from ) : Type
from this
Résultat System.Type

AsUInt() public static méthode

public static AsUInt ( this from ) : uint
from this
Résultat uint

AsULong() public static méthode

public static AsULong ( this from ) : ulong
from this
Résultat ulong

AsUShort() public static méthode

public static AsUShort ( this from ) : ushort
from this
Résultat ushort

Property Details

For public_oe static_oe property

public static Dictionary For
Résultat BiDiConvert>.Dictionary