C# 클래스 Dev2.Data.TO.FormatNumberTO

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

공개 메소드들

메소드 설명
FormatNumberTO ( ) : Dev2.Common.Interfaces.Enums.Enums
FormatNumberTO ( string number, enRoundingType roundingType, int roundingDecimalPlaces, bool adjustDecimalPlaces, int decimalPlacesToShow ) : Dev2.Common.Interfaces.Enums.Enums
FormatNumberTO ( string number, string roundingType, int roundingDecimalPlaces, bool adjustDecimalPlaces, int decimalPlacesToShow ) : Dev2.Common.Interfaces.Enums.Enums
GetRoundingTypeEnum ( ) : enRoundingType

메소드 상세

FormatNumberTO() 공개 메소드

public FormatNumberTO ( ) : Dev2.Common.Interfaces.Enums.Enums
리턴 Dev2.Common.Interfaces.Enums.Enums

FormatNumberTO() 공개 메소드

public FormatNumberTO ( string number, enRoundingType roundingType, int roundingDecimalPlaces, bool adjustDecimalPlaces, int decimalPlacesToShow ) : Dev2.Common.Interfaces.Enums.Enums
number string
roundingType enRoundingType
roundingDecimalPlaces int
adjustDecimalPlaces bool
decimalPlacesToShow int
리턴 Dev2.Common.Interfaces.Enums.Enums

FormatNumberTO() 공개 메소드

public FormatNumberTO ( string number, string roundingType, int roundingDecimalPlaces, bool adjustDecimalPlaces, int decimalPlacesToShow ) : Dev2.Common.Interfaces.Enums.Enums
number string
roundingType string
roundingDecimalPlaces int
adjustDecimalPlaces bool
decimalPlacesToShow int
리턴 Dev2.Common.Interfaces.Enums.Enums

GetRoundingTypeEnum() 공개 메소드

public GetRoundingTypeEnum ( ) : enRoundingType
리턴 enRoundingType