Method | Description | |
---|---|---|
BoolToByte ( bool input ) : byte | ||
ByteToBool ( byte input, bool &output ) : void | ||
SmallDecimal ( string input, int numberOfDecimals ) : string |
public static BoolToByte ( bool input ) : byte | ||
input | bool | |
return | byte |
public static ByteToBool ( byte input, bool &output ) : void | ||
input | byte | |
output | bool | |
return | void |
public static SmallDecimal ( string input, int numberOfDecimals ) : string | ||
input | string | |
numberOfDecimals | int | |
return | string |