C# Class ObjUnity3D.StringExt

Afficher le fichier Open project: Katalyst6/CSL.NetworkExtensions Class Usage Examples

Méthodes publiques

Méthode Description
EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
IsNullOrEmpty ( this str ) : bool
IsNullOrWhiteSpace ( string value ) : bool
ParseInvariantFloat ( this floatString ) : float
ParseInvariantInt ( this intString ) : int

Method Details

EqualsInvariantCultureIgnoreCase() public static méthode

public static EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
str this
s string
Résultat bool

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( this str ) : bool
str this
Résultat bool

IsNullOrWhiteSpace() public static méthode

public static IsNullOrWhiteSpace ( string value ) : bool
value string
Résultat bool

ParseInvariantFloat() public static méthode

public static ParseInvariantFloat ( this floatString ) : float
floatString this
Résultat float

ParseInvariantInt() public static méthode

public static ParseInvariantInt ( this intString ) : int
intString this
Résultat int