MultiPointSynchronizerUnescapeFileNameToName Method |
Converts a file name that was possibly escaped using the EscapeNameToFileName method into text.
Note if the text was truncated, it won't be fully recovered.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string UnescapeFileNameToName(
string fileName,
bool useHandler = true
)
Parameters
- fileName
- Type: SystemString
The input file name. - useHandler (Optional)
- Type: SystemBoolean
if set to true a custom handler will be tested, if any.
Return Value
Type:
String
A text.
See Also