HierarchyUnescapeName Method |
Unescapes all the special symbols in the name.
Namespace:
KSPDev.ModelUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static string UnescapeName(
string escapedName
)
Request Example
View SourceParameters
- escapedName
- Type: SystemString
The name where all the special symbols are escaped.
Return Value
Type:
StringAn unescaped name.
See Also