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

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

공개 프로퍼티들

프로퍼티 타입 설명
For BiDiConvert>.Dictionary

공개 메소드들

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

비공개 메소드들

메소드 설명
complementDigits ( string decimalString ) : string

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

메소드 상세

AsBoolean() 공개 정적인 메소드

public static AsBoolean ( this from ) : bool
from this
리턴 bool

AsByte() 공개 정적인 메소드

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

AsGuid() 공개 정적인 메소드

public static AsGuid ( this from ) : System.Guid
from this
리턴 System.Guid

AsInt() 공개 정적인 메소드

public static AsInt ( this from ) : int
from this
리턴 int

AsLong() 공개 정적인 메소드

public static AsLong ( this from ) : long
from this
리턴 long

AsSByte() 공개 정적인 메소드

public static AsSByte ( this from ) : sbyte
from this
리턴 sbyte

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

프로퍼티 상세

For 공개적으로 정적으로 프로퍼티

public static Dictionary For
리턴 BiDiConvert>.Dictionary