ConvertOptions
ConvertOptions class
The general conversion options class.
public abstract class ConvertOptions : ValueObject, ICloneable, IConvertOptions
Properties
Name |
Description |
virtual Format { get; set; } |
Implements Format |
Methods
Name |
Description |
Clone() |
Clones current options instance. |
override Equals(object) |
Determines whether two object instances are equal. |
virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
See Also