MonobjcMonobjc Documented Class Library
XMLString Property
NamespacesMonobjc.FoundationNSXMLNodeXMLString

Returns the string representation of the receiver as it would appear in an XML document.

Original signature is '- (NSString *)XMLString'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString XMLString { get; }
Public Overridable ReadOnly Property XMLString As NSString
	Get
public:
virtual property NSString^ XMLString {
	NSString^ get ();
}
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)