MonoMac.Foundation.NSString: Method Members

The methods of MonoMac.Foundation.NSString are listed below. For a list of all members, see the NSString Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

_characterAtIndex(int) : char
Documentation for this section has not yet been entered.
BoundingRectWithSize(System.Drawing.SizeF, NSStringDrawingOptions, NSDictionary) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
Capitalize(NSLocale) : string
Documentation for this section has not yet been entered.
Compare(NSString) : NSComparisonResult
Documentation for this section has not yet been entered.
Compare(NSString, NSStringCompareOptions) : NSComparisonResult
Documentation for this section has not yet been entered.
Compare(NSString, NSStringCompareOptions, NSRange) : NSComparisonResult
Documentation for this section has not yet been entered.
Compare(NSString, NSStringCompareOptions, NSRange, NSLocale) : NSComparisonResult
Documentation for this section has not yet been entered.
static
CreateNative(string) : IntPtr
Creates an Objective-C NSString from the C# string and returns a pointer to it.
DataUsingEncoding(NSStringEncoding) : NSData
Documentation for this section has not yet been entered.
DataUsingEncoding(NSStringEncoding, bool) : NSData
Documentation for this section has not yet been entered.
DrawString(System.Drawing.PointF, NSDictionary)
Documentation for this section has not yet been entered.
DrawString(System.Drawing.RectangleF, NSDictionary)
Documentation for this section has not yet been entered.
DrawString(System.Drawing.RectangleF, NSStringDrawingOptions, NSDictionary)
Documentation for this section has not yet been entered.
Encode(NSStringEncoding) : NSData
Documentation for this section has not yet been entered.
Encode(NSStringEncoding, bool) : NSData
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(NSString, NSString) : bool
Documentation for this section has not yet been entered.
static
FromData(NSData, NSStringEncoding) : NSString
Creates an NSString from an NSData source.
static
FromHandle(IntPtr) : string
Utility method that returns a string from a pointer that points to an Objective-C NSString object.
override
GetHashCode() : int
Generates a hash code for the current instance.
static
ReleaseNative(IntPtr)
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Replace(NSRange, NSString) : NSString
Documentation for this section has not yet been entered.
StringSize(NSDictionary) : System.Drawing.SizeF
Documentation for this section has not yet been entered.
ToLower(NSLocale) : string
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToUpper(NSLocale) : string
Documentation for this section has not yet been entered.