C# 클래스 Karabow.Steg.Core.Helpers

파일 보기 프로젝트 열기: Chieze-Franklin/Steg-Studio

공개 메소드들

메소드 설명
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