DataToNSData

Typehandler
DictionaryLCB
LibraryLiveCode Builder
Syntax
DataToNSData(<pData>)
Associationscom.livecode.objc
Summary

Convert a Data into an Objective-C data

Parameters
NameTypeDescription
pData

The Data to convert

Values
NameTypeDescription
return

A Objective-C object of type NSData

Description Use DataToNSData to convert a variable of type Data to an Objective-C data object (NSData).

Description

Convert a Data into an Objective-C data