A NSString contains a string.
See Also: Inherited members from NSObject.
|
|
Append
(NSString)Appends a string to this string. |
|
|
|
Append
(string)Appends a string to this string. |
|
|
|
CompareTo
(object)Compares the current Claunia.PropertyList.NSString to the specified object. |
|
|
override
|
Equals
(NSObject)Determines whether the specified Claunia.PropertyList.NSObject is equal to the current Claunia.PropertyList.NSString. |
|
|
abstract
|
Equals
(NSObject)Determines if the specific NSObject is the same as the NSObject overriding this method. (Inherited from NSObject.) |
|
|
override
|
Equals
(object)Determines whether the specified object is equal to the current Claunia.PropertyList.NSString. |
|
|
|
GetContent
()Gets this strings content. |
|
|
override
|
GetHashCode
()Serves as a hash function for a Claunia.PropertyList.NSString object. |
|
|
|
Prepend
(NSString)Prepends a string to this string. |
|
|
|
Prepend
(string)Prepends a string to this string. |
|
|
|
SetContent
(string)Sets the contents of this string. |
|
|
|
ToObject
()Converts this NSObject into an equivalent object of the .NET Runtime Environment. |
|
|
override
|
ToString
()The textual representation of this NSString. |
|
|
|
ToXmlPropertyList
()Generates a valid XML property list including headers using this object as root. (Inherited from NSObject.) |
|
Creates a NSString from a string.Syntax
public NSString (string text)Parameters
- text
- The string that will be contained in the NSString.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Creates a NSString from its binary representation.Syntax
Parameters
- bytes
- The binary representation.
- encoding
- The encoding of the binary representation, the name of a supported charset.
Exceptions
Type Reason ArgumentException The encoding charset is invalid or not supported by the underlying platform. Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Appends a string to this string.Syntax
Parameters
- s
- The string to append.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Appends a string to this string.Syntax
Parameters
- s
- The string to append.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Compares the current Claunia.PropertyList.NSString to the specified object.Syntax
Parameters
- o
- Object to compare to the current Claunia.PropertyList.NSString.
Returns
A 32-bit signed integer that indicates the lexical relationship between the two comparands.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Determines whether the specified Claunia.PropertyList.NSObject is equal to the current Claunia.PropertyList.NSString.Syntax
Parameters
- obj
- The Claunia.PropertyList.NSObject to compare with the current Claunia.PropertyList.NSString.
Returns
true if the specified Claunia.PropertyList.NSObject is equal to the current Claunia.PropertyList.NSString; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Determines whether the specified object is equal to the current Claunia.PropertyList.NSString.Syntax
Parameters
- obj
- The object to compare with the current Claunia.PropertyList.NSString.
Returns
true if the specified object is equal to the current Claunia.PropertyList.NSString; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Gets this strings content.Syntax
public string GetContent ()Returns
This NSString as .NET string object.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Serves as a hash function for a Claunia.PropertyList.NSString object.Syntax
public override int GetHashCode ()Returns
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Prepends a string to this string.Syntax
Parameters
- s
- The string to prepend.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Prepends a string to this string.Syntax
Parameters
- s
- The string to prepend.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Sets the contents of this string.Syntax
Parameters
- c
- The new content of this string object.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
The textual representation of this NSString.Syntax
public override string ToString ()Returns
The NSString's contents.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0