C# Класс Dev2.Data.Operations.Dev2NumberFormatter

Наследование: IDev2NumberFormatter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Format ( FormatNumberTO formatNumberTO ) : string

Formats a number.

Приватные методы

Метод Описание
AdjustDecimalPlaces ( string numberString, bool adjustDecimalPlaces, int decimalPlacesToShow ) : string

Mathamatically adjust the decimal places.

BuildRoundingExpression ( FormatNumberTO formatNumberTO ) : string
FormatNumber ( decimal number, bool adjustDecimalPlaces, int decimalPlacesToShow ) : string

Formats a number into a string with the specified number of decimal places.

Parse ( string numberString ) : decimal
Round ( FormatNumberTO formatNumberTO ) : string

Описание методов

Format() публичный Метод

Formats a number.
formatNumberTO
public Format ( FormatNumberTO formatNumberTO ) : string
formatNumberTO Dev2.Data.TO.FormatNumberTO The information on how to format the number.
Результат string