C# 클래스 WithFormat.UShort.UShortExtentions

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

공개 메소드들

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

메소드 상세

AsCurrency() 공개 정적인 메소드

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

AsDecimal() 공개 정적인 메소드

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

AsExponential() 공개 정적인 메소드

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

AsFixedPoint() 공개 정적인 메소드

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

AsGeneral() 공개 정적인 메소드

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

AsHexadecimal() 공개 정적인 메소드

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

AsNumeric() 공개 정적인 메소드

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

AsPercent() 공개 정적인 메소드

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