C# 클래스 Data_ripper.StringManipulation

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
GenericNumericConverter ( string parameter ) : int
HasHexByte ( string parameter ) : bool
HasHexNumber ( string parameter ) : bool
HasHexWord ( string parameter ) : bool
IsComment ( string parameter ) : bool
getLines ( string text ) : string[]

비공개 메소드들

메소드 설명
removeCarriageReturns ( string text ) : void

메소드 상세

GenericNumericConverter() 공개 정적인 메소드

public static GenericNumericConverter ( string parameter ) : int
parameter string
리턴 int

HasHexByte() 공개 정적인 메소드

public static HasHexByte ( string parameter ) : bool
parameter string
리턴 bool

HasHexNumber() 공개 정적인 메소드

public static HasHexNumber ( string parameter ) : bool
parameter string
리턴 bool

HasHexWord() 공개 정적인 메소드

public static HasHexWord ( string parameter ) : bool
parameter string
리턴 bool

IsComment() 공개 정적인 메소드

public static IsComment ( string parameter ) : bool
parameter string
리턴 bool

getLines() 공개 정적인 메소드

public static getLines ( string text ) : string[]
text string
리턴 string[]