메소드 | 설명 | |
---|---|---|
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 |
public FormatNumberTO ( ) : Dev2.Common.Interfaces.Enums.Enums | ||
리턴 | Dev2.Common.Interfaces.Enums.Enums |
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 |
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 |