JsonFilter.JoinPaths method (1 of 2)

Joins the specified paths with the standard delimiter.

public static string JoinPaths(IEnumerable<string> paths)
parameter description
paths The paths.

Return Value

The joined paths.

See Also


JsonFilter.JoinPaths method (2 of 2)

Joins the specified paths with the standard delimiter.

public static string JoinPaths(params string[] paths)
parameter description
paths The paths.

Return Value

The joined paths.

See Also