C# Class ObjUnity3D.StringExt

Show file Open project: Katalyst6/CSL.NetworkExtensions Class Usage Examples

Public Methods

Method 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 method

public static EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
str this
s string
return bool

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( this str ) : bool
str this
return bool

IsNullOrWhiteSpace() public static method

public static IsNullOrWhiteSpace ( string value ) : bool
value string
return bool

ParseInvariantFloat() public static method

public static ParseInvariantFloat ( this floatString ) : float
floatString this
return float

ParseInvariantInt() public static method

public static ParseInvariantInt ( this intString ) : int
intString this
return int