Method | Description | |
---|---|---|
AsCurrency ( this input ) : LongFormatBuilder | ||
AsDecimal ( this input ) : LongFormatBuilder | ||
AsExponential ( this input ) : LongFormatBuilder | ||
AsFixedPoint ( this input ) : LongFormatBuilder | ||
AsGeneral ( this input ) : LongFormatBuilder | ||
AsHexadecimal ( this input ) : LongFormatBuilder | ||
AsNumeric ( this input ) : LongFormatBuilder | ||
AsPercent ( this input ) : LongFormatBuilder |
public static AsCurrency ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsDecimal ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsExponential ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsFixedPoint ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsGeneral ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsHexadecimal ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsNumeric ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |
public static AsPercent ( this input ) : LongFormatBuilder | ||
input | this | |
return | LongFormatBuilder |