[This is preliminary documentation and is subject to change.]
QuString class.
| C# | Visual Basic | Visual C++ |
public class QuString
Public Class QuString
public ref class QuString
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| QuStringQuStringNew()() | ||
| Compare(String, String) |
Compares strA to strB. (case-sensitive)
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsEmpty(String) |
Ensures string contains visible characters.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NotEmpty(String) |
Ensures string contains visible characters.
| |
| Replace(String, String, String, Int32) |
Replaces the occurences of text in the string.
| |
| ReplaceFirst(String, String, String) |
Replaces the first occurence of text in the string.
| |
| ToString()() | Returns a String that represents the current Object. (Inherited from Object.) |
| Object | |
| QuString | |