C# Class Karabow.Steg.Core.Helpers

Datei anzeigen Open project: Chieze-Franklin/Steg-Studio

Public Methods

Method Description
BoolToByte ( bool input ) : byte
ByteToBool ( byte input, bool &output ) : void
SmallDecimal ( string input, int numberOfDecimals ) : string

Method Details

BoolToByte() public static method

public static BoolToByte ( bool input ) : byte
input bool
return byte

ByteToBool() public static method

public static ByteToBool ( byte input, bool &output ) : void
input byte
output bool
return void

SmallDecimal() public static method

public static SmallDecimal ( string input, int numberOfDecimals ) : string
input string
numberOfDecimals int
return string