C# 클래스 SagaLib.Conversions

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
HexStr2Bytes ( string s ) : byte[]
HexStr2uint ( string s ) : uint[]
ToByte ( string Value ) : byte
ToInteger ( string Value ) : int
bytes2HexString ( byte b ) : string
uint2HexString ( uint b ) : string

메소드 상세

HexStr2Bytes() 공개 정적인 메소드

public static HexStr2Bytes ( string s ) : byte[]
s string
리턴 byte[]

HexStr2uint() 공개 정적인 메소드

public static HexStr2uint ( string s ) : uint[]
s string
리턴 uint[]

ToByte() 공개 정적인 메소드

public static ToByte ( string Value ) : byte
Value string
리턴 byte

ToInteger() 공개 정적인 메소드

public static ToInteger ( string Value ) : int
Value string
리턴 int

bytes2HexString() 공개 정적인 메소드

public static bytes2HexString ( byte b ) : string
b byte
리턴 string

uint2HexString() 공개 정적인 메소드

public static uint2HexString ( uint b ) : string
b uint
리턴 string