QuSystem Documentation
QuString Class
The System namespace that should have been...SystemQuString

[This is preliminary documentation and is subject to change.]

QuString class.
Declaration Syntax
C#Visual BasicVisual C++
public class QuString
Public Class QuString
public ref class QuString
Members
All MembersConstructorsMethods



IconMemberDescription
QuStringQuStringNew()()
static memberCompare(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.)
static memberIsEmpty(String)
Ensures string contains visible characters.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberNotEmpty(String)
Ensures string contains visible characters.

static memberReplace(String, String, String, Int32)
Replaces the occurences of text in the string.

static memberReplaceFirst(String, String, String)
Replaces the first occurence of text in the string.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
QuString

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0