Dev2.Data.TO.FormatNumberTO.FormatNumberTO C# (CSharp) Méthode

FormatNumberTO() public méthode

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
Résultat Dev2.Common.Interfaces.Enums.Enums
        public FormatNumberTO(string number, string roundingType, int roundingDecimalPlaces, bool adjustDecimalPlaces,
                              int decimalPlacesToShow)
        {
            Number = "'"+number+"'";
            RoundingType = roundingType;
            RoundingDecimalPlaces = roundingDecimalPlaces;
            AdjustDecimalPlaces = adjustDecimalPlaces;
            DecimalPlacesToShow = decimalPlacesToShow;
        }

Same methods

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