C# 클래스 PredictiveCodeSuggestions.Extensions.StringExtensions.StringExtensions

Defines the StringExtensions class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
Clip ( [ text, int length ) : string

Clips the specified text.

비공개 메소드들

메소드 설명
RemoveControlChars ( [ text ) : string
RemoveTags ( [ text ) : string

메소드 상세

Clip() 공개 정적인 메소드

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