C# Class Stash.BerkeleyDB.Engine.Convert

Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
AsBoolean ( this from ) : bool
AsByteArray ( this from ) : byte[]
AsChar ( this from ) : char
AsDateTime ( this from ) : System.DateTime
AsDecimal ( this from ) : decimal
AsDouble ( this from ) : double
AsFloat ( this from ) : float
AsGuid ( this from ) : System.Guid
AsInt ( this from ) : int
AsInternalId ( this from ) : InternalId
AsLong ( this from ) : long
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
asInt ( this from, int index ) : int

Method Details

AsBoolean() public static méthode

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

AsByteArray() public static méthode

public static AsByteArray ( 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

AsDouble() public static méthode

public static AsDouble ( this from ) : double
from this
Résultat double

AsFloat() public static méthode

public static AsFloat ( this from ) : float
from this
Résultat float

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

AsInternalId() public static méthode

public static AsInternalId ( this from ) : InternalId
from this
Résultat Stash.Engine.InternalId

AsLong() public static méthode

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

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