Click or drag to resize

IRawPropertyEscapePropValue Method

IT Hit WebDAV Classes Reference
Escapes property value.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
string EscapePropValue(
	string s
)

Parameters

s
Type: SystemString
String value

Return Value

Type: String

[Missing <returns> documentation for "M:ITHit.WebDAV.IRawProperty.EscapePropValue(System.String)"]

Remarks
Override this method in derived classes to provide escaping rules specific to vCard/iCalendar version.
See Also