메소드 | 설명 | |
---|---|---|
BoolToByte ( bool input ) : byte | ||
ByteToBool ( byte input, bool &output ) : void | ||
SmallDecimal ( string input, int numberOfDecimals ) : string |
public static ByteToBool ( byte input, bool &output ) : void | ||
input | byte | |
output | bool | |
리턴 | void |
public static SmallDecimal ( string input, int numberOfDecimals ) : string | ||
input | string | |
numberOfDecimals | int | |
리턴 | string |