C# 클래스 WithFormat.ULong.ULongExtentions

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

공개 메소드들

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

메소드 상세

AsCurrency() 공개 정적인 메소드

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

AsDecimal() 공개 정적인 메소드

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

AsExponential() 공개 정적인 메소드

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

AsFixedPoint() 공개 정적인 메소드

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

AsGeneral() 공개 정적인 메소드

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

AsHexadecimal() 공개 정적인 메소드

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

AsNumeric() 공개 정적인 메소드

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

AsPercent() 공개 정적인 메소드

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