StringToNSString

Typehandler
DictionaryLCB
LibraryLiveCode Builder
Syntax
StringToNSString(<pString>)
Associationscom.livecode.objc
Summary

Convert a String into an Objective-C string

Parameters
NameTypeDescription
pString

The String to convert

Values
NameTypeDescription
return

A Objective-C object of type NSString

Description Use StringToNSString to convert a variable of type String to an Objective-C string object (NSString).

Description

Convert a String into an Objective-C string