C# Класс NCldr.Types.NumberingSystem

Показать файл Открыть проект

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