Method | Description | |
---|---|---|
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 | ||
return | 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 | |
return | 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 | |
return | Dev2.Common.Interfaces.Enums.Enums |
public GetRoundingTypeEnum ( ) : enRoundingType | ||
return | enRoundingType |