MonobjcMonobjc Documented Class Library
SetString Method (aString)
NamespacesMonobjc.FoundationNSMutableStringSetString(NSString)

Replaces the characters of the receiver with those in a given string.

Original signature is '- (void)setString:(NSString *)aString'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetString(
	NSString aString
)
Public Overridable Sub SetString ( _
	aString As NSString _
)
public:
virtual void SetString(
	NSString^ aString
)
Parameters
aString (NSString)
The string with which to replace the receiver's content. aString must not be nil.
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)