C# 클래스 Gammtek.Conduit.Extensions.ByteExtensions

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
RotateLeft ( this value, int count ) : byte
RotateRight ( this value, int count ) : byte
ToBoolean ( this value ) : bool
ToChar ( this value ) : char
ToDateTime ( this value ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDouble ( this value ) : double
ToInt16 ( this value ) : short
ToInt32 ( this value ) : int
ToInt64 ( this value ) : long
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

메소드 상세

RotateLeft() 공개 정적인 메소드

public static RotateLeft ( this value, int count ) : byte
value this
count int
리턴 byte

RotateRight() 공개 정적인 메소드

public static RotateRight ( this value, int count ) : byte
value this
count int
리턴 byte

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this value ) : bool
value this
리턴 bool

ToChar() 공개 정적인 메소드

public static ToChar ( this value ) : char
value this
리턴 char

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this value ) : System.DateTime
value this
리턴 System.DateTime

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this value ) : decimal
value this
리턴 decimal

ToDouble() 공개 정적인 메소드

public static ToDouble ( this value ) : double
value this
리턴 double

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this value ) : short
value this
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this value ) : int
value this
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this value ) : long
value this
리턴 long

ToSByte() 공개 정적인 메소드

public static ToSByte ( this value ) : sbyte
value this
리턴 sbyte

ToSingle() 공개 정적인 메소드

public static ToSingle ( this value ) : float
value this
리턴 float

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( this value ) : ushort
value this
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( this value ) : uint
value this
리턴 uint

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( this value ) : ulong
value this
리턴 ulong