C# 클래스 Schumix.Framework.Extensions.ConvertExtensions

파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
ChangeType ( this value, Type conversionType ) : object
ChangeType ( this value, Type conversionType, IFormatProvider provider ) : object
ChangeType ( this value, TypeCode typeCode ) : object
ChangeType ( this value, TypeCode typeCode, IFormatProvider provider ) : object
FromBase64String ( this s ) : byte[]
GetTypeCode ( this value ) : TypeCode
IsDBNull ( this value ) : bool
ToBoolean ( this value ) : bool
ToBoolean ( this value, IFormatProvider provider ) : bool
ToByte ( this value ) : byte
ToByte ( this value, IFormatProvider provider ) : byte
ToByte ( this value, int fromBase ) : byte
ToChar ( this value ) : char
ToChar ( this value, IFormatProvider provider ) : char
ToDateTime ( this value ) : System.DateTime
ToDateTime ( this value, IFormatProvider provider ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDecimal ( this value, IFormatProvider provider ) : decimal
ToDouble ( this value ) : double
ToDouble ( this value, IFormatProvider provider ) : double
ToInt16 ( this value ) : short
ToInt16 ( this value, IFormatProvider provider ) : short
ToInt16 ( this value, int fromBase ) : short
ToInt32 ( this value ) : int
ToInt32 ( this value, IFormatProvider provider ) : int
ToInt32 ( this value, int fromBase ) : int
ToInt64 ( this value ) : long
ToInt64 ( this value, IFormatProvider provider ) : long
ToInt64 ( this value, int fromBase ) : long
ToNumber ( this value ) : double
ToNumber ( this value, int Else ) : double
ToSingle ( this value ) : float
ToSingle ( this value, IFormatProvider provider ) : float
ToString ( this value ) : string
ToString ( this value, IFormatProvider provider ) : string
ToString ( this value, int toBase ) : string

비공개 메소드들

메소드 설명
ToSByte ( this value ) : sbyte
ToSByte ( this value, IFormatProvider provider ) : sbyte
ToSByte ( this value, int fromBase ) : sbyte
ToUInt16 ( this value ) : ushort
ToUInt16 ( this value, IFormatProvider provider ) : ushort
ToUInt16 ( this value, int fromBase ) : ushort
ToUInt32 ( this value ) : uint
ToUInt32 ( this value, IFormatProvider provider ) : uint
ToUInt32 ( this value, int fromBase ) : uint
ToUInt64 ( this value ) : ulong
ToUInt64 ( this value, IFormatProvider provider ) : ulong
ToUInt64 ( this value, int fromBase ) : ulong

메소드 상세

ChangeType() 공개 정적인 메소드

public static ChangeType ( this value, Type conversionType ) : object
value this
conversionType System.Type
리턴 object

ChangeType() 공개 정적인 메소드

public static ChangeType ( this value, Type conversionType, IFormatProvider provider ) : object
value this
conversionType System.Type
provider IFormatProvider
리턴 object

ChangeType() 공개 정적인 메소드

public static ChangeType ( this value, TypeCode typeCode ) : object
value this
typeCode TypeCode
리턴 object

ChangeType() 공개 정적인 메소드

public static ChangeType ( this value, TypeCode typeCode, IFormatProvider provider ) : object
value this
typeCode TypeCode
provider IFormatProvider
리턴 object

FromBase64String() 공개 정적인 메소드

public static FromBase64String ( this s ) : byte[]
s this
리턴 byte[]

GetTypeCode() 공개 정적인 메소드

public static GetTypeCode ( this value ) : TypeCode
value this
리턴 TypeCode

IsDBNull() 공개 정적인 메소드

public static IsDBNull ( this value ) : bool
value this
리턴 bool

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this value ) : bool
value this
리턴 bool

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this value, IFormatProvider provider ) : bool
value this
provider IFormatProvider
리턴 bool

ToByte() 공개 정적인 메소드

public static ToByte ( this value ) : byte
value this
리턴 byte

ToByte() 공개 정적인 메소드

public static ToByte ( this value, IFormatProvider provider ) : byte
value this
provider IFormatProvider
리턴 byte

ToByte() 공개 정적인 메소드

public static ToByte ( this value, int fromBase ) : byte
value this
fromBase int
리턴 byte

ToChar() 공개 정적인 메소드

public static ToChar ( this value ) : char
value this
리턴 char

ToChar() 공개 정적인 메소드

public static ToChar ( this value, IFormatProvider provider ) : char
value this
provider IFormatProvider
리턴 char

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this value ) : System.DateTime
value this
리턴 System.DateTime

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this value, IFormatProvider provider ) : System.DateTime
value this
provider IFormatProvider
리턴 System.DateTime

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this value ) : decimal
value this
리턴 decimal

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this value, IFormatProvider provider ) : decimal
value this
provider IFormatProvider
리턴 decimal

ToDouble() 공개 정적인 메소드

public static ToDouble ( this value ) : double
value this
리턴 double

ToDouble() 공개 정적인 메소드

public static ToDouble ( this value, IFormatProvider provider ) : double
value this
provider IFormatProvider
리턴 double

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this value ) : short
value this
리턴 short

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this value, IFormatProvider provider ) : short
value this
provider IFormatProvider
리턴 short

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this value, int fromBase ) : short
value this
fromBase int
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this value ) : int
value this
리턴 int

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this value, IFormatProvider provider ) : int
value this
provider IFormatProvider
리턴 int

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this value, int fromBase ) : int
value this
fromBase int
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this value ) : long
value this
리턴 long

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this value, IFormatProvider provider ) : long
value this
provider IFormatProvider
리턴 long

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this value, int fromBase ) : long
value this
fromBase int
리턴 long

ToNumber() 공개 정적인 메소드

public static ToNumber ( this value ) : double
value this
리턴 double

ToNumber() 공개 정적인 메소드

public static ToNumber ( this value, int Else ) : double
value this
Else int
리턴 double

ToSingle() 공개 정적인 메소드

public static ToSingle ( this value ) : float
value this
리턴 float

ToSingle() 공개 정적인 메소드

public static ToSingle ( this value, IFormatProvider provider ) : float
value this
provider IFormatProvider
리턴 float

ToString() 공개 정적인 메소드

public static ToString ( this value ) : string
value this
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( this value, IFormatProvider provider ) : string
value this
provider IFormatProvider
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( this value, int toBase ) : string
value this
toBase int
리턴 string