C# Класс WithFormat.UInteger.UIntegerExtentions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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