C# 클래스 Frapid.i18n.CultureManager

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
GetCurrencyDecimalPlaces ( ) : int
GetCurrencySymbol ( ) : string
GetCurrent ( ) : CultureInfo
GetCurrentUiCulture ( ) : CultureInfo
GetDecimalSeparator ( ) : string
GetLongDateFormat ( ) : string
GetNumberDecimalPlaces ( ) : int
GetShortDateFormat ( ) : string
GetThousandSeparator ( ) : string
IsRtl ( ) : bool

메소드 상세

GetCurrencyDecimalPlaces() 공개 정적인 메소드

public static GetCurrencyDecimalPlaces ( ) : int
리턴 int

GetCurrencySymbol() 공개 정적인 메소드

public static GetCurrencySymbol ( ) : string
리턴 string

GetCurrent() 공개 정적인 메소드

public static GetCurrent ( ) : CultureInfo
리턴 System.Globalization.CultureInfo

GetCurrentUiCulture() 공개 정적인 메소드

public static GetCurrentUiCulture ( ) : CultureInfo
리턴 System.Globalization.CultureInfo

GetDecimalSeparator() 공개 정적인 메소드

public static GetDecimalSeparator ( ) : string
리턴 string

GetLongDateFormat() 공개 정적인 메소드

public static GetLongDateFormat ( ) : string
리턴 string

GetNumberDecimalPlaces() 공개 정적인 메소드

public static GetNumberDecimalPlaces ( ) : int
리턴 int

GetShortDateFormat() 공개 정적인 메소드

public static GetShortDateFormat ( ) : string
리턴 string

GetThousandSeparator() 공개 정적인 메소드

public static GetThousandSeparator ( ) : string
리턴 string

IsRtl() 공개 정적인 메소드

public static IsRtl ( ) : bool
리턴 bool