C# Класс WithFormat.Integer.IntegerExtentions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AsCurrency() публичный статический Метод

public static AsCurrency ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsDecimal() публичный статический Метод

public static AsDecimal ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsExponential() публичный статический Метод

public static AsExponential ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsFixedPoint() публичный статический Метод

public static AsFixedPoint ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsGeneral() публичный статический Метод

public static AsGeneral ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsHexadecimal() публичный статический Метод

public static AsHexadecimal ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsNumeric() публичный статический Метод

public static AsNumeric ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder

AsPercent() публичный статический Метод

public static AsPercent ( this input ) : IntegerFormatBuilder
input this
Результат IntegerFormatBuilder