C# Class NCrawler.Extensions.StringExtensions

Mostra file Open project: esbencarlsen/NCrawler

Public Methods

Method Description
IsNullOrEmpty ( this source ) : bool
Max ( this source, int maxLength ) : string

Method Details

IsNullOrEmpty() public static method

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

Max() public static method

public static Max ( this source, int maxLength ) : string
source this
maxLength int
return string