C# 클래스 WithFormat.Byte.ByteExtentions

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

공개 메소드들

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

메소드 상세

AsCurrency() 공개 정적인 메소드

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

AsDecimal() 공개 정적인 메소드

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

AsExponential() 공개 정적인 메소드

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

AsFixedPoint() 공개 정적인 메소드

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

AsGeneral() 공개 정적인 메소드

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

AsHexadecimal() 공개 정적인 메소드

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

AsNumeric() 공개 정적인 메소드

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

AsPercent() 공개 정적인 메소드

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