Property list types and their various representations

iOS下Property list可以存儲的數據類型

 Property list types and their various representations 

Abstract typehtml

XML elementios

Cocoa classapp

Core Foundation typepost

arrayspa

<array>code

NSArrayhtm

CFArray (CFArrayRef)ci

dictionaryelement

<dict>get

NSDictionary

CFDictionary (CFDictionaryRef)

string

<string>

NSString

CFString (CFStringRef)

data

<data>

NSData

CFData (CFDataRef)

date

<date>

NSDate

CFDate (CFDateRef)

number - integer

<integer>

NSNumber (intValue)

CFNumber (CFNumberRef, integer value)

number - floating point

<real>

NSNumber (floatValue)

CFNumber (CFNumberRef, floating-point value)

Boolean

<true/> or <false/>

NSNumber (boolValue == YES or boolValue == NO)

CFBoolean (CFBooleanRef ; kCFBooleanTrue or kCFBooleanFalse)

相關文章
相關標籤/搜索