StringFromNSString

Typehandler
DictionaryLCB
LibraryLiveCode Builder
Syntax
StringFromNSString(<pObjcString>)
Associationscom.livecode.objc
Summary

Convert a Objective-C string into a String

Parameters
NameTypeDescription
pObjcString

The NSString to convert

Values
NameTypeDescription
return

A String value

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

Description

Convert a Objective-C string into a String