C# Class Geekhub.Modules.Core.Support.StringExtentions

Show file Open project: geekhubdk/geekhub

Public Methods

Method Description
IsPresent ( this str ) : bool
Or ( this str, string or ) : string
ToMD5 ( this str ) : string

Method Details

IsPresent() public static method

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

Or() public static method

public static Or ( this str, string or ) : string
str this
or string
return string

ToMD5() public static method

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