DataFileType

DataFileType class

Defines Data documents. Includes the following file types: Xml. Json.

[Obsolete("This class will be removed in Conversion.NET 23.3. Please use WebFileType instead.")]
public sealed class DataFileType : FileType

Properties

Name Description
Description { get; } File type description
Extension { get; } The file extension
Family { get; } The file family
FileFormat { get; } The file format

Methods

Name Description
CompareTo(object) Compares current object to other.
override Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() String representation

See Also