Users Pricing

forum

home / developersection / forums / assign blank if string is null in objective-c

Assign blank if String is NULL in Objective-C

Anonymous User 2014 07 Dec 2015

I am new in iOS app development. I want to print string if string variable is null.
I am trying this code:(C#)

strObj = strObj??string.Empty;

In this code if strObj is null, value of string.Empty (for ex: string: "") will be assigned.
So how can I achieve this in Objective-C?


I am a content writter !


1 Answers

Tarun Kumar 08 Dec 2015 Accepted Answer