The hFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Deserialize(Stream) |
Deserializes business card from stream.
(Overrides FormatterDeserialize(Stream).) |
![]() | Deserialize(String) |
Deserializes business card component from text.
(Overrides FormatterDeserialize(String).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | EscapeValue | (Inherited from Formatter.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPropertyObjectByVersion | (Inherited from Formatter.) |
![]() | GetStructuredValueForComponent | (Inherited from Formatter.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypeNameForValue | (Inherited from Formatter.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Serialize(IComponent) |
Serializes the IComponent object to hCard.
(Overrides FormatterSerialize(IComponent).) |
![]() | Serialize(IEnumerableIComponent) |
Serializes the list of IComponent objects to hCard.
(Overrides FormatterSerialize(IEnumerableIComponent).) |
![]() | Serialize(Stream, IComponent) |
Serializes the IComponent object to the given stream.
(Overrides FormatterSerialize(Stream, IComponent).) |
![]() | Serialize(Stream, IEnumerableIComponent) |
Serializes the list of Component object to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIComponent).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnescapeValue | (Inherited from Formatter.) |