The members of MonoTouch.Foundation.NSString are listed below.
See Also: Inherited members from MonoTouch.Foundation.NSObject
NSString() | 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 to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | ||
| Creates an NSString from a C# string. |
_characterAtIndex(int)Documentation for this section has not yet been entered. | ||
Capitalize(NSLocale)Documentation for this section has not yet been entered. | ||
Compare(NSString)Documentation for this section has not yet been entered. | ||
Compare(NSString, NSStringCompareOptions)Documentation for this section has not yet been entered. | ||
Compare(NSString, NSStringCompareOptions, NSRange)Documentation for this section has not yet been entered. | ||
Compare(NSString, NSStringCompareOptions, NSRange, NSLocale)Documentation for this section has not yet been entered. | ||
static | CreateNative(string)Creates an Objective-C NSString from the C# string and returns a pointer to it. | |
DataUsingEncoding(NSStringEncoding)Documentation for this section has not yet been entered. | ||
DataUsingEncoding(NSStringEncoding, bool)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.PointF, MonoTouch.UIKit.UIFont)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.RectangleF, MonoTouch.UIKit.UIFont)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.RectangleF, MonoTouch.UIKit.UIFont, MonoTouch.UIKit.UILineBreakMode)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.PointF, float, MonoTouch.UIKit.UIFont, MonoTouch.UIKit.UILineBreakMode)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.RectangleF, MonoTouch.UIKit.UIFont, MonoTouch.UIKit.UILineBreakMode, MonoTouch.UIKit.UITextAlignment)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.PointF, float, MonoTouch.UIKit.UIFont, float, MonoTouch.UIKit.UILineBreakMode, MonoTouch.UIKit.UIBaselineAdjustment)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.PointF, float, MonoTouch.UIKit.UIFont, float, ref float, MonoTouch.UIKit.UILineBreakMode, MonoTouch.UIKit.UIBaselineAdjustment)Documentation for this section has not yet been entered. | ||
DrawString(System.Drawing.PointF, float, MonoTouch.UIKit.UIFont, float, float, MonoTouch.UIKit.UILineBreakMode, MonoTouch.UIKit.UIBaselineAdjustment)Documentation for this section has not yet been entered. | ||
Encode(NSStringEncoding)Documentation for this section has not yet been entered. | ||
Encode(NSStringEncoding, bool)Documentation for this section has not yet been entered. | ||
override | Equals(object)Documentation for this section has not yet been entered. | |
static | Equals(NSString, NSString)Documentation for this section has not yet been entered. | |
static | FromData(NSData, NSStringEncoding)Creates an NSString from an NSData source. | |
static | FromHandle(IntPtr)Utility method that returns a string from a pointer that points to an Objective-C NSString object. | |
override | GetHashCode()Generates a hash code for the current instance. | |
static | ReleaseNative(IntPtr)Releases a native Objective-C string. | |
Replace(NSRange, NSString)Documentation for this section has not yet been entered. | ||
StringSize(MonoTouch.UIKit.UIFont)Documentation for this section has not yet been entered. | ||
StringSize(MonoTouch.UIKit.UIFont, System.Drawing.SizeF)Documentation for this section has not yet been entered. | ||
StringSize(MonoTouch.UIKit.UIFont, System.Drawing.SizeF, MonoTouch.UIKit.UILineBreakMode)Documentation for this section has not yet been entered. | ||
StringSize(MonoTouch.UIKit.UIFont, float, MonoTouch.UIKit.UILineBreakMode)Documentation for this section has not yet been entered. | ||
StringSize(MonoTouch.UIKit.UIFont, float, ref float, float, MonoTouch.UIKit.UILineBreakMode)Documentation for this section has not yet been entered. | ||
ToLower(NSLocale)Documentation for this section has not yet been entered. | ||
override | ToString()Returns a string representation of the value of the current instance. | |
ToUpper(NSLocale)Documentation for this section has not yet been entered. | ||
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 MonoTouch.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. |