C# Класс WithFormat.Short.ShortExtentions

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

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

Метод Описание
AsCurrency ( this input ) : ShortFormatBuilder
AsDecimal ( this input ) : ShortFormatBuilder
AsExponential ( this input ) : ShortFormatBuilder
AsFixedPoint ( this input ) : ShortFormatBuilder
AsGeneral ( this input ) : ShortFormatBuilder
AsHexadecimal ( this input ) : ShortFormatBuilder
AsNumeric ( this input ) : ShortFormatBuilder
AsPercent ( this input ) : ShortFormatBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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