C# Класс WithFormat.UShort.UShortExtentions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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