MonobjcMonobjc Documented Class Library
DeleteCharactersInRange Method (aRange)
NamespacesMonobjc.FoundationNSMutableStringDeleteCharactersInRange(NSRange)

Removes from the receiver the characters in a given range.

Original signature is '- (void)deleteCharactersInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DeleteCharactersInRange(
	NSRange aRange
)
Public Overridable Sub DeleteCharactersInRange ( _
	aRange As NSRange _
)
public:
virtual void DeleteCharactersInRange(
	NSRange aRange
)
Parameters
aRange (NSRange)
The range of characters to delete. aRange must not exceed the bounds of the receiver.
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)