Table of Contents

TTMSFNCUtils.NSStrEx Method

Converts a Delphi string to an Objective-C NSString.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function NSStrEx(AString: String): NSString;

Parameters

Name Description
AString String to convert.

Returns

NSString instance for the specified text.