C# Class Tp.Components.Formatter

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
FormatDecimal ( object input ) : string

Formats decimal string. Cut off "00"

FormatValue ( object value ) : string

Private Methods

Method Description
PerformFormat ( object input ) : string

Method Details

FormatDecimal() public static method

Formats decimal string. Cut off "00"
public static FormatDecimal ( object input ) : string
input object Input string (decimal value)
return string

FormatValue() public static method

public static FormatValue ( object value ) : string
value object
return string