Namespace: DayPilot.Web.Ui.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public static string EscapeString( string str ) |
| Visual Basic |
|---|
Public Shared Function EscapeString ( _ str As String _ ) As String |
| Visual C++ |
|---|
public: static String^ EscapeString( String^ str ) |
Parameters
- str
- Type: System..::..String