C# 클래스 WithFormat.Long.LongExtentions

파일 보기 프로젝트 열기: TheCrow1213/WithFormat

공개 메소드들

메소드 설명
AsCurrency ( this input ) : LongFormatBuilder
AsDecimal ( this input ) : LongFormatBuilder
AsExponential ( this input ) : LongFormatBuilder
AsFixedPoint ( this input ) : LongFormatBuilder
AsGeneral ( this input ) : LongFormatBuilder
AsHexadecimal ( this input ) : LongFormatBuilder
AsNumeric ( this input ) : LongFormatBuilder
AsPercent ( this input ) : LongFormatBuilder

메소드 상세

AsCurrency() 공개 정적인 메소드

public static AsCurrency ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsDecimal() 공개 정적인 메소드

public static AsDecimal ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsExponential() 공개 정적인 메소드

public static AsExponential ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsFixedPoint() 공개 정적인 메소드

public static AsFixedPoint ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsGeneral() 공개 정적인 메소드

public static AsGeneral ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsHexadecimal() 공개 정적인 메소드

public static AsHexadecimal ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsNumeric() 공개 정적인 메소드

public static AsNumeric ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder

AsPercent() 공개 정적인 메소드

public static AsPercent ( this input ) : LongFormatBuilder
input this
리턴 LongFormatBuilder