C# Class WithFormat.UInteger.UIntegerExtentions

Mostra file Open project: TheCrow1213/WithFormat

Public Methods

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

Method Details

AsCurrency() public static method

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

AsDecimal() public static method

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

AsExponential() public static method

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

AsFixedPoint() public static method

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

AsGeneral() public static method

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

AsHexadecimal() public static method

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

AsNumeric() public static method

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

AsPercent() public static method

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