| Name | Description |
---|
  | Add | |
  | BooleanValue |
Converts a String in the format of "true", "t", "false", or "f" to
a Boolean.
|
  | CollectionToString | |
  | CountUnquoted |
Counts the unquoted instances of the character.
|
  | EqualsCaseInsensitive | |
  | FirstIndexOfChar | |
  | GenerateAlias(String) | |
  | GenerateAlias(String, Int32) |
Generate a nice alias for the given class name or collection role
name and unique integer. Subclasses do not have to use
aliases of this form.
|
  | GetClassname |
Takes a fully qualified type name (can include the assembly) and just returns
the name of the Class.
|
  | GetFullClassname |
Takes a fully qualified type name and returns the full name of the
Class - includes namespaces.
|
  | IndexOfCaseInsensitive(String, String) | |
  | IndexOfCaseInsensitive(String, String, Int32) | |
  | IndexOfCaseInsensitive(String, String, Int32, Int32) | |
  | InternedIfPossible |
Returns the interned string equal to str if there is one, or str
otherwise.
|
  | IsBackticksEnclosed | |
  | IsEmpty(String) | |
  | IsEmpty(SqlString) | |
  | IsNotEmpty(String) | |
  | IsNotEmpty(SqlString) | |
  | Join(String, IEnumerable) | |
  | Join(SqlString, IEnumerable) | |
  | LastIndexOfCaseInsensitive | |
  | LastIndexOfLetter | |
  | LinesToString | |
  | MoveAndToBeginning | |
  | Multiply(String, IEnumerator, IEnumerator) | |
  | Multiply(array<String>[]()[][], String, array<String>[]()[][]) | |
  | ParseFilterParameterName | |
  | Prefix | |
  | PurgeBackticksEnclosing | |
  | Qualifier | |
  | Qualify(String, String) | |
  | Qualify(String, array<String>[]()[][]) | |
  | RemoveAsAliasesFromSql | |
  | Repeat | |
  | Replace(String, String, String) | |
  | Replace(String, String, String, Boolean) | |
  | ReplaceOnce | |
  | Root | |
  | Split(String, String) |
Just a façade for calling string.Split()
We don't use our StringTokenizer because string.Split() is
more efficient (but it only works when we don't want to retrieve the delimiters)
|
  | Split(String, String, Boolean) |
Splits the String using the StringTokenizer.
|
  | StartsWithCaseInsensitive | |
  | Suffix(String, String) | |
  | Suffix(array<String>[]()[][], String) | |
  | ToLowerCase | |
  | ToString | |
  | ToUpperCase | |
  | Truncate | |
  | Unqualify(String) | |
  | Unqualify(String, String) | |
  | UnqualifyEntityName | |
  | Unroot | |