C# 클래스 Poehoe.BinairFormaat

파일 보기 프로젝트 열기: puckipedia/MagisterAPI 1 사용 예제들

공개 메소드들

메소드 설명
BinairFormaat ( Stream Stream ) : System
BinairFormaat ( byte Stream ) : System
Bool ( ) : bool
Byte ( ) : byte
Bytes ( int count ) : byte[]
Char ( ) : char
DateTime ( ) : System.DateTime
Decimal ( ) : decimal
Double ( ) : double
Float ( ) : float
FromOADate ( double D ) : System.DateTime
Integer ( ) : int
Long ( ) : long
Object ( ) : object
SByte ( ) : sbyte
Short ( ) : short
String ( ) : String
UInt ( ) : uint
ULong ( ) : ulong
UShort ( ) : ushort

비공개 메소드들

메소드 설명
ParseFields ( ) : void
ParseRows ( ) : void
Read ( ) : void

메소드 상세

BinairFormaat() 공개 메소드

public BinairFormaat ( Stream Stream ) : System
Stream Stream
리턴 System

BinairFormaat() 공개 메소드

public BinairFormaat ( byte Stream ) : System
Stream byte
리턴 System

Bool() 공개 메소드

public Bool ( ) : bool
리턴 bool

Byte() 공개 메소드

public Byte ( ) : byte
리턴 byte

Bytes() 공개 메소드

public Bytes ( int count ) : byte[]
count int
리턴 byte[]

Char() 공개 메소드

public Char ( ) : char
리턴 char

DateTime() 공개 메소드

public DateTime ( ) : System.DateTime
리턴 System.DateTime

Decimal() 공개 메소드

public Decimal ( ) : decimal
리턴 decimal

Double() 공개 메소드

public Double ( ) : double
리턴 double

Float() 공개 메소드

public Float ( ) : float
리턴 float

FromOADate() 공개 정적인 메소드

public static FromOADate ( double D ) : System.DateTime
D double
리턴 System.DateTime

Integer() 공개 메소드

public Integer ( ) : int
리턴 int

Long() 공개 메소드

public Long ( ) : long
리턴 long

Object() 공개 메소드

public Object ( ) : object
리턴 object

SByte() 공개 메소드

public SByte ( ) : sbyte
리턴 sbyte

Short() 공개 메소드

public Short ( ) : short
리턴 short

String() 공개 메소드

public String ( ) : String
리턴 String

UInt() 공개 메소드

public UInt ( ) : uint
리턴 uint

ULong() 공개 메소드

public ULong ( ) : ulong
리턴 ulong

UShort() 공개 메소드

public UShort ( ) : ushort
리턴 ushort