Click or drag to resize

vFormatterDeserialize Method (String)

IT Hit WebDAV Classes Reference
Deserializes list of business cards, calendars or calendar components from text.

Namespace: ITHit.WebDAV.Serialization
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public override IEnumerable<IDavComponent> Deserialize(
	string vContent
)

Parameters

vContent
Type: SystemString
Text representation that contains vCards, iCalendars or calendar components.

Return Value

Type: IEnumerableIDavComponent

[Missing <returns> documentation for "M:ITHit.WebDAV.Serialization.vFormatter.Deserialize(System.String)"]

See Also