C# Class Data_ripper.StringManipulation

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode 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

Méthode Description
removeCarriageReturns ( string text ) : void

Method Details

GenericNumericConverter() public static méthode

public static GenericNumericConverter ( string parameter ) : int
parameter string
Résultat int

HasHexByte() public static méthode

public static HasHexByte ( string parameter ) : bool
parameter string
Résultat bool

HasHexNumber() public static méthode

public static HasHexNumber ( string parameter ) : bool
parameter string
Résultat bool

HasHexWord() public static méthode

public static HasHexWord ( string parameter ) : bool
parameter string
Résultat bool

IsComment() public static méthode

public static IsComment ( string parameter ) : bool
parameter string
Résultat bool

getLines() public static méthode

public static getLines ( string text ) : string[]
text string
Résultat string[]