C# 클래스 Source.Extensions.ParseExtensions

파일 보기 프로젝트 열기: mrange/T4Include

공개 메소드들

메소드 설명
CanParse ( this type ) : bool
GetParsedDefaultValue ( this type ) : object
Parse ( this s, System.Boolean defaultValue ) : System.Boolean
Parse ( this s, CultureInfo cultureInfo, System.Boolean defaultValue ) : System.Boolean
Parse ( this s, Byte defaultValue ) : Byte
Parse ( this s, CultureInfo cultureInfo, Byte defaultValue ) : Byte
Parse ( this s, Char defaultValue ) : Char
Parse ( this s, CultureInfo cultureInfo, Char defaultValue ) : Char
Parse ( this s, CultureInfo cultureInfo, System.DateTime defaultValue ) : System.DateTime
Parse ( this s, System.DateTime defaultValue ) : System.DateTime
Parse ( this s, CultureInfo cultureInfo, Decimal defaultValue ) : Decimal
Parse ( this s, Decimal defaultValue ) : Decimal
Parse ( this s, CultureInfo cultureInfo, Double defaultValue ) : Double
Parse ( this s, Double defaultValue ) : Double
Parse ( this s, CultureInfo cultureInfo, Int16 defaultValue ) : Int16
Parse ( this s, Int16 defaultValue ) : Int16
Parse ( this s, CultureInfo cultureInfo, Int32 defaultValue ) : Int32
Parse ( this s, Int32 defaultValue ) : Int32
Parse ( this s, CultureInfo cultureInfo, System.Int64 defaultValue ) : System.Int64
Parse ( this s, System.Int64 defaultValue ) : System.Int64
Parse ( this s, CultureInfo cultureInfo, SByte defaultValue ) : SByte
Parse ( this s, SByte defaultValue ) : SByte
Parse ( this s, CultureInfo cultureInfo, System.Single defaultValue ) : System.Single
Parse ( this s, System.Single defaultValue ) : System.Single
Parse ( this s, CultureInfo cultureInfo, System.TimeSpan defaultValue ) : System.TimeSpan
Parse ( this s, System.TimeSpan defaultValue ) : System.TimeSpan
Parse ( this s, CultureInfo cultureInfo, UInt16 defaultValue ) : UInt16
Parse ( this s, UInt16 defaultValue ) : UInt16
Parse ( this s, CultureInfo cultureInfo, UInt32 defaultValue ) : UInt32
Parse ( this s, UInt32 defaultValue ) : UInt32
Parse ( this s, CultureInfo cultureInfo, System.UInt64 defaultValue ) : System.UInt64
Parse ( this s, System.UInt64 defaultValue ) : System.UInt64
Parse ( this s, CultureInfo cultureInfo, Type type, object defaultValue ) : object
Parse ( this s, Type type, object defaultValue ) : object
TryParse ( this s, System.Boolean &value ) : bool
TryParse ( this s, Byte &value ) : bool
TryParse ( this s, Char &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, System.Boolean &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Byte &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Char &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, System.DateTime &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Decimal &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Double &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Int16 &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Int32 &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, System.Int64 &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, SByte &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, System.Single &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, System.TimeSpan &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, Type type, object &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, UInt16 &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, UInt32 &value ) : bool
TryParse ( this s, CultureInfo cultureInfo, System.UInt64 &value ) : bool
TryParse ( this s, System.DateTime &value ) : bool
TryParse ( this s, Decimal &value ) : bool
TryParse ( this s, Double &value ) : bool
TryParse ( this s, Int16 &value ) : bool
TryParse ( this s, Int32 &value ) : bool
TryParse ( this s, System.Int64 &value ) : bool
TryParse ( this s, SByte &value ) : bool
TryParse ( this s, System.Single &value ) : bool
TryParse ( this s, System.TimeSpan &value ) : bool
TryParse ( this s, Type type, object &value ) : bool
TryParse ( this s, UInt16 &value ) : bool
TryParse ( this s, UInt32 &value ) : bool
TryParse ( this s, System.UInt64 &value ) : bool

메소드 상세

CanParse() 공개 정적인 메소드

public static CanParse ( this type ) : bool
type this
리턴 bool

GetParsedDefaultValue() 공개 정적인 메소드

public static GetParsedDefaultValue ( this type ) : object
type this
리턴 object

Parse() 공개 정적인 메소드

public static Parse ( this s, System.Boolean defaultValue ) : System.Boolean
s this
defaultValue System.Boolean
리턴 System.Boolean

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, System.Boolean defaultValue ) : System.Boolean
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.Boolean
리턴 System.Boolean

Parse() 공개 정적인 메소드

public static Parse ( this s, Byte defaultValue ) : Byte
s this
defaultValue Byte
리턴 Byte

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Byte defaultValue ) : Byte
s this
cultureInfo System.Globalization.CultureInfo
defaultValue Byte
리턴 Byte

Parse() 공개 정적인 메소드

public static Parse ( this s, Char defaultValue ) : Char
s this
defaultValue Char
리턴 Char

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Char defaultValue ) : Char
s this
cultureInfo System.Globalization.CultureInfo
defaultValue Char
리턴 Char

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, System.DateTime defaultValue ) : System.DateTime
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.DateTime
리턴 System.DateTime

Parse() 공개 정적인 메소드

public static Parse ( this s, System.DateTime defaultValue ) : System.DateTime
s this
defaultValue System.DateTime
리턴 System.DateTime

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Decimal defaultValue ) : Decimal
s this
cultureInfo System.Globalization.CultureInfo
defaultValue Decimal
리턴 Decimal

Parse() 공개 정적인 메소드

public static Parse ( this s, Decimal defaultValue ) : Decimal
s this
defaultValue Decimal
리턴 Decimal

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Double defaultValue ) : Double
s this
cultureInfo System.Globalization.CultureInfo
defaultValue Double
리턴 Double

Parse() 공개 정적인 메소드

public static Parse ( this s, Double defaultValue ) : Double
s this
defaultValue Double
리턴 Double

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Int16 defaultValue ) : Int16
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.Int16
리턴 System.Int16

Parse() 공개 정적인 메소드

public static Parse ( this s, Int16 defaultValue ) : Int16
s this
defaultValue System.Int16
리턴 System.Int16

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Int32 defaultValue ) : Int32
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.Int32
리턴 System.Int32

Parse() 공개 정적인 메소드

public static Parse ( this s, Int32 defaultValue ) : Int32
s this
defaultValue System.Int32
리턴 System.Int32

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, System.Int64 defaultValue ) : System.Int64
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.Int64
리턴 System.Int64

Parse() 공개 정적인 메소드

public static Parse ( this s, System.Int64 defaultValue ) : System.Int64
s this
defaultValue System.Int64
리턴 System.Int64

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, SByte defaultValue ) : SByte
s this
cultureInfo System.Globalization.CultureInfo
defaultValue SByte
리턴 SByte

Parse() 공개 정적인 메소드

public static Parse ( this s, SByte defaultValue ) : SByte
s this
defaultValue SByte
리턴 SByte

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, System.Single defaultValue ) : System.Single
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.Single
리턴 System.Single

Parse() 공개 정적인 메소드

public static Parse ( this s, System.Single defaultValue ) : System.Single
s this
defaultValue System.Single
리턴 System.Single

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, System.TimeSpan defaultValue ) : System.TimeSpan
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.TimeSpan
리턴 System.TimeSpan

Parse() 공개 정적인 메소드

public static Parse ( this s, System.TimeSpan defaultValue ) : System.TimeSpan
s this
defaultValue System.TimeSpan
리턴 System.TimeSpan

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, UInt16 defaultValue ) : UInt16
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.UInt16
리턴 System.UInt16

Parse() 공개 정적인 메소드

public static Parse ( this s, UInt16 defaultValue ) : UInt16
s this
defaultValue System.UInt16
리턴 System.UInt16

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, UInt32 defaultValue ) : UInt32
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.UInt32
리턴 System.UInt32

Parse() 공개 정적인 메소드

public static Parse ( this s, UInt32 defaultValue ) : UInt32
s this
defaultValue System.UInt32
리턴 System.UInt32

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, System.UInt64 defaultValue ) : System.UInt64
s this
cultureInfo System.Globalization.CultureInfo
defaultValue System.UInt64
리턴 System.UInt64

Parse() 공개 정적인 메소드

public static Parse ( this s, System.UInt64 defaultValue ) : System.UInt64
s this
defaultValue System.UInt64
리턴 System.UInt64

Parse() 공개 정적인 메소드

public static Parse ( this s, CultureInfo cultureInfo, Type type, object defaultValue ) : object
s this
cultureInfo System.Globalization.CultureInfo
type System.Type
defaultValue object
리턴 object

Parse() 공개 정적인 메소드

public static Parse ( this s, Type type, object defaultValue ) : object
s this
type System.Type
defaultValue object
리턴 object

TryParse() 공개 정적인 메소드

public static TryParse ( this s, System.Boolean &value ) : bool
s this
value System.Boolean
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Byte &value ) : bool
s this
value Byte
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Char &value ) : bool
s this
value Char
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, System.Boolean &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.Boolean
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Byte &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value Byte
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Char &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value Char
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, System.DateTime &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.DateTime
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Decimal &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value Decimal
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Double &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value Double
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Int16 &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.Int16
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Int32 &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.Int32
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, System.Int64 &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.Int64
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, SByte &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value SByte
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, System.Single &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.Single
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, System.TimeSpan &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.TimeSpan
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, Type type, object &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
type System.Type
value object
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, UInt16 &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.UInt16
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, UInt32 &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.UInt32
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, CultureInfo cultureInfo, System.UInt64 &value ) : bool
s this
cultureInfo System.Globalization.CultureInfo
value System.UInt64
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, System.DateTime &value ) : bool
s this
value System.DateTime
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Decimal &value ) : bool
s this
value Decimal
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Double &value ) : bool
s this
value Double
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Int16 &value ) : bool
s this
value System.Int16
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Int32 &value ) : bool
s this
value System.Int32
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, System.Int64 &value ) : bool
s this
value System.Int64
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, SByte &value ) : bool
s this
value SByte
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, System.Single &value ) : bool
s this
value System.Single
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, System.TimeSpan &value ) : bool
s this
value System.TimeSpan
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, Type type, object &value ) : bool
s this
type System.Type
value object
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, UInt16 &value ) : bool
s this
value System.UInt16
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, UInt32 &value ) : bool
s this
value System.UInt32
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( this s, System.UInt64 &value ) : bool
s this
value System.UInt64
리턴 bool