C# 클래스 System.StringExtensions

파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

공개 메소드들

메소드 설명
SplitAndTrim ( this input ) : string[]

Splits a string into segments based on a given separator. The segments are trimmed and empty segments containing only white space are removed.

메소드 상세

SplitAndTrim() 공개 정적인 메소드

Splits a string into segments based on a given separator. The segments are trimmed and empty segments containing only white space are removed.
public static SplitAndTrim ( this input ) : string[]
input this The string to split.
리턴 string[]