Type Method 型メソッド

propertyList:isValidForFormat:

Returns a Boolean value that indicates whether a given property list is valid for a given format. 与えられたプロパティリストがある与えられたフォーマットに対して有効かどうかを指し示すブール値を返します。

Declaration 宣言

+ (BOOL)propertyList:(id)plist 
    isValidForFormat:(NSPropertyListFormat)format;

Parameters パラメータ

plist

A property list object. プロパティリストオブジェクト。

format

A property list format. For possible values, see NSPropertyListFormat. プロパティリストフォーマット。可能な値として、NSPropertyListFormatを見てください。

Return Value 戻り値

YES if plist is a valid property list in format format, otherwise NO. YES、もしplistがフォーマットformatにおいて有効なプロパティリストならば、そうでないならNO