|
ClientSideExtensionsJavaScriptEncode Method
|
Performs JavaScript encoding on given string.
Namespace: GSF.Web.UIAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic static string JavaScriptEncode(
ref string text
)
Public Shared Function JavaScriptEncode (
ByRef text As String
) As String
public:
static String^ JavaScriptEncode(
String^% text
)
static member JavaScriptEncode :
text : string byref -> string
GSF.Web.UI.ClientSideExtensions.JavaScriptEncode = function(text);
View SourceParameters
- text String
- The string to be encoded.
Return Value
String
See Also