Ejemplo n.º 1
0
 public static string GetSegment(string path)
 {
     return(SegmentHelper.GetSegment(PathConsts.PathSeparator, path));
 }
Ejemplo n.º 2
0
 public static string GetSegment(string key)
 {
     return(SegmentHelper.GetSegment(DictConsts.KeySeparator, key));
 }