C# Класс Stash.BerkeleyDB.Engine.Convert

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
asInt ( this from, int index ) : int

Описание методов

AsBoolean() публичный статический Метод

public static AsBoolean ( this from ) : bool
from this
Результат bool

AsByteArray() публичный статический Метод

public static AsByteArray ( this from ) : byte[]
from this
Результат byte[]

AsChar() публичный статический Метод

public static AsChar ( this from ) : char
from this
Результат char

AsDateTime() публичный статический Метод

public static AsDateTime ( this from ) : System.DateTime
from this
Результат System.DateTime

AsDecimal() публичный статический Метод

public static AsDecimal ( this from ) : decimal
from this
Результат decimal

AsDouble() публичный статический Метод

public static AsDouble ( this from ) : double
from this
Результат double

AsFloat() публичный статический Метод

public static AsFloat ( this from ) : float
from this
Результат float

AsGuid() публичный статический Метод

public static AsGuid ( this from ) : System.Guid
from this
Результат System.Guid

AsInt() публичный статический Метод

public static AsInt ( this from ) : int
from this
Результат int

AsInternalId() публичный статический Метод

public static AsInternalId ( this from ) : InternalId
from this
Результат Stash.Engine.InternalId

AsLong() публичный статический Метод

public static AsLong ( this from ) : long
from this
Результат long

AsShort() публичный статический Метод

public static AsShort ( this from ) : short
from this
Результат short

AsString() публичный статический Метод

public static AsString ( this from ) : string
from this
Результат string

AsTimeSpan() публичный статический Метод

public static AsTimeSpan ( this from ) : System.TimeSpan
from this
Результат System.TimeSpan

AsType() публичный статический Метод

public static AsType ( this from ) : Type
from this
Результат System.Type

AsUInt() публичный статический Метод

public static AsUInt ( this from ) : uint
from this
Результат uint

AsULong() публичный статический Метод

public static AsULong ( this from ) : ulong
from this
Результат ulong

AsUShort() публичный статический Метод

public static AsUShort ( this from ) : ushort
from this
Результат ushort