Namespace: DayPilot.Web.Ui.Json
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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