C# 클래스 NCldr.Types.NumberingSystem

파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR

Private Properties

프로퍼티 타입 설명
GetDecimalDigits int

공개 메소드들

메소드 설명
GetGroupSizes ( string pattern ) : int[]

Gets the .NET group sizes used by the given pattern

비공개 메소드들

메소드 설명
GetDecimalDigits ( string pattern ) : int

GetDecimalDigits gets the number of digits that should be used to display decimals given the format pattern

메소드 상세

GetGroupSizes() 공개 정적인 메소드

Gets the .NET group sizes used by the given pattern
public static GetGroupSizes ( string pattern ) : int[]
pattern string The pattern to get the group sizes from
리턴 int[]