C# 클래스 SimpleCSVDebug, NGTools

파일 보기 프로젝트 열기: Naphier/NGTools

공개 메소드들

메소드 설명
AddLineToOutput ( string line ) : void
DelimitedFormat ( char delimiter, string formatCode ) : string
FinalWrite ( ) : void
OuputSizeInBytes ( ) : int

비공개 메소드들

메소드 설명
GetPathFile ( ) : string
WriteToLog ( ) : void

메소드 상세

AddLineToOutput() 공개 메소드

public AddLineToOutput ( string line ) : void
line string
리턴 void

DelimitedFormat() 공개 메소드

public DelimitedFormat ( char delimiter, string formatCode ) : string
delimiter char
formatCode string
리턴 string

FinalWrite() 공개 메소드

public FinalWrite ( ) : void
리턴 void

OuputSizeInBytes() 공개 메소드

public OuputSizeInBytes ( ) : int
리턴 int