C# Class BcsResolver.Extensions.TextExtensions

Show file Open project: sybila/BCSParser

Public Methods

Method Description
CaselessEquals ( this str, string reference ) : bool
IsEmptyOrWhitespace ( this str ) : bool
RemoveAllWhitespaces ( this str ) : string

Method Details

CaselessEquals() public static method

public static CaselessEquals ( this str, string reference ) : bool
str this
reference string
return bool

IsEmptyOrWhitespace() public static method

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

RemoveAllWhitespaces() public static method

public static RemoveAllWhitespaces ( this str ) : string
str this
return string