C# Class PredictiveCodeSuggestions.Extensions.StringExtensions.StringExtensions

Defines the StringExtensions class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
Clip ( [ text, int length ) : string

Clips the specified text.

Private Methods

Method Description
RemoveControlChars ( [ text ) : string
RemoveTags ( [ text ) : string

Method Details

Clip() public static method

Clips the specified text.
public static Clip ( [ text, int length ) : string
text [ The text to clip.
length int The length.
return string