C# 클래스 Docu.Output.Rendering.StringPathExtensions

파일 보기 프로젝트 열기: cdrnet/docu

공개 메소드들

메소드 설명
GetDirectoryDepth ( this path ) : int
IsRoot ( this path ) : bool
Times ( this times, string value ) : string

메소드 상세

GetDirectoryDepth() 공개 정적인 메소드

public static GetDirectoryDepth ( this path ) : int
path this
리턴 int

IsRoot() 공개 정적인 메소드

public static IsRoot ( this path ) : bool
path this
리턴 bool

Times() 공개 정적인 메소드

public static Times ( this times, string value ) : string
times this
value string
리턴 string