C# Class NCldr.Types.NumberingSystem

Exibir arquivo Open project: GuySmithFerrier/NCLDR

Private Properties

Property Type Description
GetDecimalDigits int

Public Methods

Method Description
GetGroupSizes ( string pattern ) : int[]

Gets the .NET group sizes used by the given pattern

Private Methods

Method Description
GetDecimalDigits ( string pattern ) : int

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

Method Details

GetGroupSizes() public static method

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
return int[]