MonobjcMonobjc Documented Class Library
TextWithStringValue Method (value)
NamespacesMonobjc.FoundationNSXMLNodeTextWithStringValue(NSString)

Returns an NSXMLNode object representing a text node with specified content.

Original signature is '+ (id)textWithStringValue:(NSString *)value'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id TextWithStringValue(
	NSString value
)
Public Shared Function TextWithStringValue ( _
	value As NSString _
) As Id
public:
static Id^ TextWithStringValue(
	NSString^ value
)
Parameters
value (NSString)
A string that is the textual content of the node.
Return Value
An NSXMLNode object of kind NSXMLTextKind initialized with the textual value or nil if the object couldn't be created.
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)