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
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | IsAbsolutePath | bool. Whether this is an absolute path. |
| [read-only] default property | Item(nint) | char. Documentation for this section has not yet been entered. |
| [read-only] | LastPathComponent | NSString. The last path component of this string. |
| [read-only] | Length | nint. The number of Unicode characters in this string. |
| [read-only] | PathComponents | string[]. An array of strings containing, in order, each path component of this string. |
| [read-only] | PathExtension | NSString. Returns this string's path extension, if it has one. |