<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Correct way to check null values in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129100#M1210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the correct way to check if attribute with type Integer is not null in the new sdk 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;self.capacityStepper.value = [self.feature attributreAsIntForKey:@"Capacity" exist:Bool]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don''t know what to put for value for "exist". Setting it to YES is giving me warning as "Incompatible Integer to Pointer". I need above value assignment to happen only when attribute value is not null;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2013 19:01:21 GMT</pubDate>
    <dc:creator>VIKRANTKRISHNA</dc:creator>
    <dc:date>2013-06-18T19:01:21Z</dc:date>
    <item>
      <title>Correct way to check null values</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129100#M1210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the correct way to check if attribute with type Integer is not null in the new sdk 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;self.capacityStepper.value = [self.feature attributreAsIntForKey:@"Capacity" exist:Bool]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don''t know what to put for value for "exist". Setting it to YES is giving me warning as "Incompatible Integer to Pointer". I need above value assignment to happen only when attribute value is not null;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 19:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129100#M1210</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-06-18T19:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to check null values</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129101#M1211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;BOOL exists;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;int temp = [self.feature attributreAsIntForKey:@"Capacity" exist:&amp;amp;exists]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if(exists){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; self.capacityStepper.value = temp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 20:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129101#M1211</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2013-06-18T20:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to check null values</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129102#M1212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;BOOL exists;&lt;BR /&gt;int temp = [self.feature attributreAsIntForKey:@"Capacity" exist:&amp;amp;exists]&lt;BR /&gt;if(exists){&lt;BR /&gt;&amp;nbsp; self.capacityStepper.value = temp;&lt;BR /&gt;}&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Devesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 20:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/correct-way-to-check-null-values/m-p/129102#M1212</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-06-18T20:44:22Z</dc:date>
    </item>
  </channel>
</rss>

