GlobalObject.unescape(Object) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert % escape-tekens (@, *, _, +, -, ., /) in de opgegeven tekenreeks naar het oorspronkelijke formulier. De escape-tekens worden uitgedrukt in Unicode-notatie.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
static System::String ^ unescape(System::Object ^ string);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Global_unescape)]
[Microsoft.JScript.NotRecommended("unescape")]
public static string unescape(object string);
[Microsoft.JScript.NotRecommended("unescape")]
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Global_unescape)]
public static string unescape(object string);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Global_unescape)>]
[<Microsoft.JScript.NotRecommended("unescape")>]
static member unescape : obj -> string
[<Microsoft.JScript.NotRecommended("unescape")>]
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Global_unescape)>]
static member unescape : obj -> string
Public Shared Function unescape (string As Object) As String
Parameters
- string
- Object
De tekenreeks die moet worden geconverteerd.
Retouren
Een nieuwe kopie waarin string de escape-tekens worden geconverteerd naar de oorspronkelijke vorm.
- Kenmerken