Contents

isNativeType(_:)

Returns a Boolean value that indicates whether the document can read and write the data natively.

Declaration

class func isNativeType(_ type: String) -> Bool

Parameters

  • type:

    The string that identifies the document type to test.

Return Value

true if the document type is a native type; otherwise, false.

See Also

Managing File Type Information