C# Class Docu.Output.Rendering.StringPathExtensions

Exibir arquivo Open project: cdrnet/docu

Public Methods

Method Description
GetDirectoryDepth ( this path ) : int
IsRoot ( this path ) : bool
Times ( this times, string value ) : string

Method Details

GetDirectoryDepth() public static method

public static GetDirectoryDepth ( this path ) : int
path this
return int

IsRoot() public static method

public static IsRoot ( this path ) : bool
path this
return bool

Times() public static method

public static Times ( this times, string value ) : string
times this
value string
return string