C# 클래스 DouglasCrockford.JsMin.Utilities.StringBuilderExtensions

Extensions for StringBuilder
파일 보기 프로젝트 열기: Taritsyn/JSMin.NET

공개 메소드들

메소드 설명
TrimStart ( this source ) : StringBuilder

Removes the all leading white-space characters from the current StringBuilder instance

메소드 상세

TrimStart() 공개 정적인 메소드

Removes the all leading white-space characters from the current StringBuilder instance
public static TrimStart ( this source ) : StringBuilder
source this Instance of
리턴 System.Text.StringBuilder