MonobjcMonobjc Documented Class Library
ReplaceCharactersInRangeWithString Method (aRange, aString)
NamespacesMonobjc.AppKitNSTextReplaceCharactersInRangeWithString(NSRange, NSString)

Replaces the characters in the given range with those in the given string.

Original signature is '- (void)replaceCharactersInRange:(NSRange)aRange withString:(NSString *)aString'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceCharactersInRangeWithString(
	NSRange aRange,
	NSString aString
)
Public Overridable Sub ReplaceCharactersInRangeWithString ( _
	aRange As NSRange, _
	aString As NSString _
)
public:
virtual void ReplaceCharactersInRangeWithString(
	NSRange aRange, 
	NSString^ aString
)
Parameters
aRange (NSRange)
The range of characters to be replaced.
aString (NSString)
The replacement string.
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.AppKit (Module: Monobjc.AppKit)