C# Class Dev2.Data.TO.FormatNumberTO

ファイルを表示 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

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

Method Details

FormatNumberTO() public method

public FormatNumberTO ( ) : Dev2.Common.Interfaces.Enums.Enums
return Dev2.Common.Interfaces.Enums.Enums

FormatNumberTO() public method

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

FormatNumberTO() public method

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

GetRoundingTypeEnum() public method

public GetRoundingTypeEnum ( ) : enRoundingType
return enRoundingType