Method icon.parsePathIndex
Overload
Parses icon location string.
public static bool parsePathIndex(string s, out string path, out int index)
Parameters
|
s (string)
Icon location. Can be |
|
path (string)
Receives path without index and without |
|
index (int)
Receives index/id or 0. |
Returns
|
bool
|