AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

StringExtensions..::..Unscape Method

Unescapes the specified string in a compatible format with the Javascript escape method.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string Unscape(
	this string string
)

Parameters

string
Type: String
The string.

Return Value

System.String.