C# Class Stash.BerkeleyDB.Engine.Convert

Show file Open project: AndyHitchman/Stash

Public Methods

Method 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

Method Description
asInt ( this from, int index ) : int

Method Details

AsBoolean() public static method

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

AsByteArray() public static method

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

AsDouble() public static method

public static AsDouble ( this from ) : double
from this
return double

AsFloat() public static method

public static AsFloat ( this from ) : float
from this
return float

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

AsInternalId() public static method

public static AsInternalId ( this from ) : InternalId
from this
return Stash.Engine.InternalId

AsLong() public static method

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

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