C# 클래스 Stash.BerkeleyDB.Engine.Convert

파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
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