MonobjcMonobjc Documented Class Library
XMLStringWithOptions Method (options)
NamespacesMonobjc.FoundationNSXMLNodeXMLStringWithOptions(NSUInteger)

Returns the string representation of the receiver as it would appear in an XML document, with one or more output options specified.

Original signature is '- (NSString *)XMLStringWithOptions:(NSUInteger)options'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString XMLStringWithOptions(
	NSUInteger options
)
Public Overridable Function XMLStringWithOptions ( _
	options As NSUInteger _
) As NSString
public:
virtual NSString^ XMLStringWithOptions(
	NSUInteger options
)
Parameters
options (NSUInteger)
One or more enum constants identifying an output option; bit-OR multiple constants together. See “Constants” for a list of valid constants for specifying output options.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSXMLNode.XMLStringWithOptions(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)