C# 클래스 Dev2.Data.Operations.Dev2NumberFormatter

상속: IDev2NumberFormatter
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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