|
ClientSideExtensionsJavaScriptDecode Method
|
Decodes JavaScript characters from given string.
Namespace: GSF.Web.UIAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax Public Shared Function JavaScriptDecode (
ByRef text As String
) As String
static member JavaScriptDecode :
text : string byref -> string
GSF.Web.UI.ClientSideExtensions.JavaScriptDecode = function(text);
View SourceParameters
- text String
- The string to be decoded.
Return Value
StringSee Also