C# 클래스 Hd.Components.Formatter

파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

공개 메소드들

메소드 설명
FormatDecimal ( object input ) : string

Formats decimal string. Cut off "00"

메소드 상세

FormatDecimal() 공개 정적인 메소드

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