IRawPropertyEscapePropValue Method
IT Hit WebDAV Classes Reference
Escapes property value.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxstring EscapePropValue(
string s
)
Function EscapePropValue (
s As String
) As String
String^ EscapePropValue(
String^ s
)
abstract EscapePropValue :
s : string -> string
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