IsText

FileType.IsText method

Determines whether input FileType is primitive text format.

public static bool IsText(FileType fileType)
Parameter Type Description
fileType FileType The FileType object.

Return Value

true

if input FileType is primitive text format; otherwise,

false

See Also