Method PathToString
PathToString(String, String[])
Turns a dim + path into an encoded string.
Declaration
public static string PathToString(string dim, string[] path)
Parameters
Type |
Name |
Description |
System.String |
dim |
|
System.String[] |
path |
|
Returns
Type |
Description |
System.String |
|
PathToString(String[])
Turns a dim + path into an encoded string.
Declaration
public static string PathToString(string[] path)
Parameters
Type |
Name |
Description |
System.String[] |
path |
|
Returns
Type |
Description |
System.String |
|
PathToString(String[], Int32)
Turns the first length
elements of path
into an encoded string.
Declaration
public static string PathToString(string[] path, int length)
Parameters
Type |
Name |
Description |
System.String[] |
path |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.String |
|