Property | Type | Description | |
---|---|---|---|
DateTimeFormat | |||
NumberFormat |
Method | Description | |
---|---|---|
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),
|
Method | Description | |
---|---|---|
Invariants ( ) : System |
Statik DataHelper contructor'ı. Varsayılan bağlantı string'i ve bağlantı kültürü parametlerini initialize eder.
|
public static IDString ( this id ) : string | ||
id | this | /// ID value. |
return | string |
public static IsIntegerType ( object value ) : bool | ||
value | object | |
return | bool |
public static ToInvariant ( this value ) : string | ||
value | this | |
return | string |
public static TryParseID ( this str ) : Int64? | ||
str | this | /// String representation of an ID. |
return | Int64? |
public static TryParseID32 ( this str ) : Int32? | ||
str | this | /// String representation of an ID. |
return | Int32? |
public static DateTimeFormatInfo,System.Globalization DateTimeFormat | ||
return |