C# 클래스 PlugwiseLib.UTIL.ConversionClass

파일 보기 프로젝트 열기: GreenCodeLab/Tool-GreenPlugwise

공개 메소드들

메소드 설명
GetBytes ( string hexString, int &discarded ) : byte[]
HexStringToFloat ( string pvVal ) : float
HexStringToUInt16 ( string pvVal ) : ushort
HexStringToUInt32 ( string pvVal ) : uint
HexToByte ( string hex ) : byte
IsHexDigit ( char c ) : bool

비공개 메소드들

메소드 설명
ReverseBytes ( byte lvBytes ) : byte[]

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( string hexString, int &discarded ) : byte[]
hexString string
discarded int
리턴 byte[]

HexStringToFloat() 공개 정적인 메소드

public static HexStringToFloat ( string pvVal ) : float
pvVal string
리턴 float

HexStringToUInt16() 공개 정적인 메소드

public static HexStringToUInt16 ( string pvVal ) : ushort
pvVal string
리턴 ushort

HexStringToUInt32() 공개 정적인 메소드

public static HexStringToUInt32 ( string pvVal ) : uint
pvVal string
리턴 uint

HexToByte() 공개 정적인 메소드

public static HexToByte ( string hex ) : byte
hex string
리턴 byte

IsHexDigit() 공개 정적인 메소드

public static IsHexDigit ( char c ) : bool
c char
리턴 bool