Share via


NSAttributedString.CreateWithRTFD(NSData, NSDictionary) Method

Definition

Create an NSAttributedString by parsing the rtfdData data as RTFD.

public static Foundation.NSAttributedString? CreateWithRTFD(Foundation.NSData rtfdData, out Foundation.NSDictionary resultDocumentAttributes);
static member CreateWithRTFD : Foundation.NSData * NSDictionary -> Foundation.NSAttributedString

Parameters

rtfdData
NSData

The data to parse, in RTFD format.

resultDocumentAttributes
NSDictionary

Upon return, any document-specific attributes.

Returns

A newly created NSAttributedString, created from an RTFD document

Applies to