Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.JserEncode Method

Encodes a string for use with JavaScript. The returned string must be surrounded by quotes.

Class: YetaWF.Core.Support.Utility
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static string JserEncode( string? s );

Parameters

s

The string to encode.

Return Value

Returns the encoded string contents.

See Also YetaWF.Core.Support.Utility ClassYetaWF.Core Overview