Click or drag to resize

hFormatterDeserialize Method (String)

IT Hit WebDAV Classes Reference
Deserializes business card component 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 of hCard component.

Return Value

Type: IEnumerableIDavComponent

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

See Also