OutputVar := instance.UnEscape()
UnEscapes current instance of MfString that is encoded for AutoHotkey and returns a copy.
Returns string copy that has been un-escaped.
If ReturnAsObject Property for this instance is true then returns new MfString otherwise returns var containing string.
UnEscapes current instance of MfString that is encoded for AutoHotkey and returns a copy.
Returns string copy that has been un-escaped by EscaptChar.
If ReturnAsObject Property for this instance is true then returns MfString otherwise returns var containing string.
EscapeChar
The MfChar to use to escape with. Default to `
Throws MfArgumentNullException if EscapeChar is null.
UnEscapes ,%`; and double quotes