isNativeType(_:)
Returns a Boolean value that indicates whether the document can read and write the data natively.
Declaration
class func isNativeType(_ type: String) -> BoolParameters
- type:
The string that identifies the document type to test.
Return Value
true if the document type is a native type; otherwise, false.