C# Class Data_ripper.StringManipulation

Mostrar archivo Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
GenericNumericConverter ( string parameter ) : int
HasHexByte ( string parameter ) : bool
HasHexNumber ( string parameter ) : bool
HasHexWord ( string parameter ) : bool
IsComment ( string parameter ) : bool
getLines ( string text ) : string[]

Private Methods

Method Description
removeCarriageReturns ( string text ) : void

Method Details

GenericNumericConverter() public static method

public static GenericNumericConverter ( string parameter ) : int
parameter string
return int

HasHexByte() public static method

public static HasHexByte ( string parameter ) : bool
parameter string
return bool

HasHexNumber() public static method

public static HasHexNumber ( string parameter ) : bool
parameter string
return bool

HasHexWord() public static method

public static HasHexWord ( string parameter ) : bool
parameter string
return bool

IsComment() public static method

public static IsComment ( string parameter ) : bool
parameter string
return bool

getLines() public static method

public static getLines ( string text ) : string[]
text string
return string[]