C# 클래스 Serenity.Invariants

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 프로퍼티들

프로퍼티 타입 설명
DateTimeFormat System.Globalization.DateTimeFormatInfo
NumberFormat System.Globalization.NumberFormatInfo

공개 메소드들

메소드 설명
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), null, empty string and all other invalid strings results in System.Int64 value (not an exception).

TryParseID32 ( this str ) : Int32?

Tries to converts an ID's string representation to its numerical ID value (Int64).

Unlike Int64.Parse(string), null, empty string and all other invalid strings results in System.Int64 value (not an exception).

비공개 메소드들

메소드 설명
Invariants ( ) : System

Statik DataHelper contructor'ı. Varsayılan bağlantı string'i ve bağlantı kültürü parametlerini initialize eder.

메소드 상세

IDString() 공개 정적인 메소드

Converts an ID value, to its string representation.
public static IDString ( this id ) : string
id this /// ID value.
리턴 string

IsIntegerType() 공개 정적인 메소드

public static IsIntegerType ( object value ) : bool
value object
리턴 bool

ToInvariant() 공개 정적인 메소드

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

TryParseID() 공개 정적인 메소드

Tries to converts an ID's string representation to its numerical ID value (Int64).

Unlike Int64.Parse(string), null, empty string and all other invalid strings results in System.Int64 value (not an exception).

public static TryParseID ( this str ) : Int64?
str this /// String representation of an ID.
리턴 Int64?

TryParseID32() 공개 정적인 메소드

Tries to converts an ID's string representation to its numerical ID value (Int64).

Unlike Int64.Parse(string), null, empty string and all other invalid strings results in System.Int64 value (not an exception).

public static TryParseID32 ( this str ) : Int32?
str this /// String representation of an ID.
리턴 Int32?

프로퍼티 상세

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

Date time format information for invariant culture
public static DateTimeFormatInfo,System.Globalization DateTimeFormat
리턴 System.Globalization.DateTimeFormatInfo

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

Number format information for invariant culture
public static NumberFormatInfo,System.Globalization NumberFormat
리턴 System.Globalization.NumberFormatInfo