Type Method 型メソッド

dataFromPropertyList:format:errorDescription:

This method is obsolete and will be deprecated soon. このメソッドは旧式です、そしてすぐに非推奨にされるでしょう。

Declaration 宣言

+ (NSData *)dataFromPropertyList:(id)plist 
                          format:(NSPropertyListFormat)format 
                errorDescription:(out NSString * _Nullable *)errorString;

Parameters パラメータ

plist

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

format

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

errorString

Upon return, if the conversion is successful, errorString is nil. If the conversion fails, upon return contains a string describing the nature of the error. 戻りでは、変換が成功であるならば、errorStringnilです。変換が失敗するならば、戻りではエラーの本質を記述している文字列を含みます。

Return Value 戻り値

An NSData object containing plist in the format specified by format. あるNSDataオブジェクト、plistformatによって指定されるフォーマットで含んでいます。

Discussion 議論

This method is obsolete and will be deprecated soon. Use dataWithPropertyList:format:options:error: instead. このメソッドは旧式です、そしてすぐに非推奨にされるでしょう。dataWithPropertyList:format:options:error:を代わりに使ってください。

See Also 参照

Obsolete Methods 旧式メソッド

Related Documentation 関連文書