C# Class Karabow.Steg.Core.Helpers

Afficher le fichier Open project: Chieze-Franklin/Steg-Studio

Méthodes publiques

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

Method Details

BoolToByte() public static méthode

public static BoolToByte ( bool input ) : byte
input bool
Résultat byte

ByteToBool() public static méthode

public static ByteToBool ( byte input, bool &output ) : void
input byte
output bool
Résultat void

SmallDecimal() public static méthode

public static SmallDecimal ( string input, int numberOfDecimals ) : string
input string
numberOfDecimals int
Résultat string