프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DateTimeFormat | |||
NumberFormat |
메소드 | 설명 | |
---|---|---|
IDString ( this id ) : string |
Converts an ID value, to its string representation.
|
|
IsIntegerType ( object value ) : bool | ||
ToInvariant ( this value ) : string | ||
TryParseID ( this str ) : Int64? |
Tries to converts an ID's string representation to its numerical ID value (Int64). Unlike Int64.Parse(string),
|
|
TryParseID32 ( this str ) : Int32? |
Tries to converts an ID's string representation to its numerical ID value (Int64). Unlike Int64.Parse(string),
|
메소드 | 설명 | |
---|---|---|
Invariants ( ) : System |
Statik DataHelper contructor'ı. Varsayılan bağlantı string'i ve bağlantı kültürü parametlerini initialize eder.
|
public static TryParseID ( this str ) : Int64? | ||
str | this | /// String representation of an ID. |
리턴 | Int64? |
public static TryParseID32 ( this str ) : Int32? | ||
str | this | /// String representation of an ID. |
리턴 | Int32? |
public static DateTimeFormatInfo,System.Globalization DateTimeFormat | ||
리턴 |