C# Class Hd.Portal.Components.StringUtils

Show file Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
IsBlank ( this value ) : bool
SmartSplit ( string input ) : string[]
StripTags ( string text ) : string
TrimToNull ( this value ) : string

Method Details

IsBlank() public static method

public static IsBlank ( this value ) : bool
value this
return bool

SmartSplit() public static method

public static SmartSplit ( string input ) : string[]
input string
return string[]

StripTags() public static method

public static StripTags ( string text ) : string
text string
return string

TrimToNull() public static method

public static TrimToNull ( this value ) : string
value this
return string