MonobjcMonobjc Documented Class Library
AppendString Method (aString)
NamespacesMonobjc.FoundationNSMutableStringAppendString(NSString)

Adds to the end of the receiver the characters of a given string.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendString(
	NSString aString
)
Public Overridable Sub AppendString ( _
	aString As NSString _
)
public:
virtual void AppendString(
	NSString^ aString
)
Parameters
aString (NSString)
The string to append to the receiver. 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)