C# Class Nohal.RleEditor.RleParser.Utils.StringExtensions

Afficher le fichier Open project: nohal/RleEditor

Méthodes publiques

Méthode Description
IsNumeric ( this val, System numberStyle ) : bool
ReplaceLineBreaks ( this lines, string replacement ) : string
ReplaceLineBreaksWithSystem ( this lines ) : string

Method Details

IsNumeric() public static méthode

public static IsNumeric ( this val, System numberStyle ) : bool
val this
numberStyle System
Résultat bool

ReplaceLineBreaks() public static méthode

public static ReplaceLineBreaks ( this lines, string replacement ) : string
lines this
replacement string
Résultat string

ReplaceLineBreaksWithSystem() public static méthode

public static ReplaceLineBreaksWithSystem ( this lines ) : string
lines this
Résultat string