Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Hd
Components
Formatter
C# Class Hd.Components.Formatter
Show file
Open project: TargetProcess/Tp.HelpDesk
Public Methods
Method
Description
FormatDecimal
(
object
input
) :
string
Formats decimal string. Cut off "00"
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