MonobjcMonobjc Documented Class Library
XMLDataWithOptions Method (options)
NamespacesMonobjc.FoundationNSXMLDocumentXMLDataWithOptions(NSUInteger)

Returns the XML string representation of the receiver—that is, the entire document—encapsulated in a data object.

Original signature is '- (NSData *)XMLDataWithOptions:(NSUInteger)options'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData XMLDataWithOptions(
	NSUInteger options
)
Public Overridable Function XMLDataWithOptions ( _
	options As NSUInteger _
) As NSData
public:
virtual NSData^ XMLDataWithOptions(
	NSUInteger options
)
Parameters
options (NSUInteger)
One or more options (bit-OR'd if multiple) to affect the output of the document; see “Constants” for the valid output options.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSXMLDocument.XMLDataWithOptions(Monobjc.Foundation.NSUInteger)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)