Foundation.NSString: Property Members

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

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
IsAbsolutePathbool. Whether this is an absolute path.
[read-only]
default property
Item(nint)char. Documentation for this section has not yet been entered.
[read-only]
LastPathComponentNSString. The last path component of this string.
[read-only]
Lengthnint. The number of Unicode characters in this string.
[read-only]
PathComponentsstring[]. An array of strings containing, in order, each path component of this string.
[read-only]
PathExtensionNSString. Returns this string's path extension, if it has one.