C# Class WithFormat.Integer.IntegerExtentions

显示文件 Open project: TheCrow1213/WithFormat

Public Methods

Method Description
AsCurrency ( this input ) : IntegerFormatBuilder
AsDecimal ( this input ) : IntegerFormatBuilder
AsExponential ( this input ) : IntegerFormatBuilder
AsFixedPoint ( this input ) : IntegerFormatBuilder
AsGeneral ( this input ) : IntegerFormatBuilder
AsHexadecimal ( this input ) : IntegerFormatBuilder
AsNumeric ( this input ) : IntegerFormatBuilder
AsPercent ( this input ) : IntegerFormatBuilder

Method Details

AsCurrency() public static method

public static AsCurrency ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsDecimal() public static method

public static AsDecimal ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsExponential() public static method

public static AsExponential ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsFixedPoint() public static method

public static AsFixedPoint ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsGeneral() public static method

public static AsGeneral ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsHexadecimal() public static method

public static AsHexadecimal ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsNumeric() public static method

public static AsNumeric ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder

AsPercent() public static method

public static AsPercent ( this input ) : IntegerFormatBuilder
input this
return IntegerFormatBuilder