CFDataGetLength(_:)
Returns the number of bytes contained by a CFData object.
Declaration
func CFDataGetLength(_ theData: CFData!) -> CFIndexParameters
- theData:
The CFData object to examine.
Return Value
An index that specifies the number of bytes in theData.