MonoMac.Foundation.NSString Members

The members of MonoMac.Foundation.NSString are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Creates an NSString from a C# string.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
default property
Item(int)char. Documentation for this section has not yet been entered.
[read-only]
Lengthint. Documentation for this section has not yet been entered.

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.

Public Operators

static
Equality(NSString, NSString)Documentation for this section has not yet been entered.
static
Inequality(NSString, NSString)Documentation for this section has not yet been entered.
static
Conversion to MonoMac.Foundation.NSString(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.String(Implicit)Converts the NSString to a CIL/C# string.