C# Класс Karabow.Steg.Core.Helpers

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

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

Метод Описание
BoolToByte ( bool input ) : byte
ByteToBool ( byte input, bool &output ) : void
SmallDecimal ( string input, int numberOfDecimals ) : string

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

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

public static BoolToByte ( bool input ) : byte
input bool
Результат byte

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

public static ByteToBool ( byte input, bool &output ) : void
input byte
output bool
Результат void

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

public static SmallDecimal ( string input, int numberOfDecimals ) : string
input string
numberOfDecimals int
Результат string