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 |
public static AsCurrency ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsDecimal ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsExponential ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsFixedPoint ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsGeneral ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsHexadecimal ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsNumeric ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |
public static AsPercent ( this input ) : UIntegerFormatBuilder | ||
input | this | |
return | UIntegerFormatBuilder |