The Formatter type exposes the following members.
Name | Description | |
---|---|---|
Deserialize(Stream) |
Deserializes business card, calendar or calendar component from stream.
| |
Deserialize(String) |
Deserializes business card, calendar or calendar component from text.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EscapeParameterValue | ||
EscapePropertyValue | ||
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 | ||
GetStructuredValueForComponent | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypeNameForValue | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Serialize(IComponent) |
Serializes the IComponent object to string.
| |
Serialize(IEnumerableIComponent) |
Serializes the list of IComponent objects to string.
| |
Serialize(Stream, IComponent) |
Serializes the IComponent object to the given stream.
| |
Serialize(Stream, IEnumerableIComponent) |
Serializes the list of Component object to the given stream.
| |
SerializeProperty | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnescapeParameterValue | ||
UnescapePropertyValue |