[Hauptseite] / [String]
Class String
  New (c As Char, count As Integer) As String
  Property Chars(index As Integer) As Char
  Function Clone() As Object
  Static Function Compare(strA As String, indexA As Integer, strB As String, indexB As Integer, length As Integer) As Integer
  Static Function Compare(strA As String, strB As String) As Integer
  Static Function Compare(strA As String, strB As String, ignoreCase As Boolean) As Integer
  Static Function Compare(strA As String, indexA As Integer, strB As String, indexB As Integer, length As Integer, ignoreCase As Boolean) As Integer
  Static Function CompareOrdinal(strA As String, indexA As Integer, strB As String, indexB As Integer, length As Integer) As Integer
  Static Function CompareOrdinal(strA As String, strB As String) As Integer
  Function CompareTo(strB As String) As Integer
  Function CompareTo(value As Object) As Integer
  Static Function Concat(arg0 As Object, arg1 As Object, arg2 As Object) As String
  Static Function Concat(arg0 As Object, arg1 As Object) As String
  Static Function Concat(arg0 As Object) As String
  Static Function Concat(str0 As String, str1 As String) As String
  Static Function Concat(arg0 As Object, arg1 As Object, arg2 As Object, arg3 As Object) As String
  Static Function Concat(str0 As String, str1 As String, str2 As String) As String
  Static Function Concat(str0 As String, str1 As String, str2 As String, str3 As String) As String
  Function Contains(value As String) As Boolean
  Static Function Copy(str As String) As String
  Static Var Empty As String
  Function EndsWith(value As String) As Boolean
  Static Function Format(format As String, arg0 As Object, arg1 As Object, arg2 As Object) As String
  Static Function Format(format As String, arg0 As Object, arg1 As Object) As String
  Static Function Format(format As String, arg0 As Object) As String
  Function GetEnumerator()
  Function GetTypeCode()
  Function IndexOf(value As String, startIndex As Integer, count As Integer) As Integer
  Function IndexOf(value As Char) As Integer
  Function IndexOf(value As String, startIndex As Integer) As Integer
  Function IndexOf(value As Char, startIndex As Integer) As Integer
  Function IndexOf(value As String) As Integer
  Function IndexOf(value As Char, startIndex As Integer, count As Integer) As Integer
  Function Insert(startIndex As Integer, value As String) As String
  Static Function Intern(str As String) As String
  Static Function IsInterned(str As String) As String
  Function IsNormalized() As Boolean
  Static Function IsNullOrEmpty(value As String) As Boolean
  Static Function IsNullOrWhiteSpace(value As String) As Boolean
  Function LastIndexOf(value As Char, startIndex As Integer, count As Integer) As Integer
  Function LastIndexOf(value As Char, startIndex As Integer) As Integer
  Function LastIndexOf(value As Char) As Integer
  Function LastIndexOf(value As String) As Integer
  Function LastIndexOf(value As String, startIndex As Integer, count As Integer) As Integer
  Function LastIndexOf(value As String, startIndex As Integer) As Integer
  Property Length As Integer
  Function Normalize() As String
  Static Function op_Equality(a As String, b As String) As Boolean
  Static Function op_Inequality(a As String, b As String) As Boolean
  Function PadLeft(totalWidth As Integer, paddingChar As Char) As String
  Function PadLeft(totalWidth As Integer) As String
  Function PadRight(totalWidth As Integer) As String
  Function PadRight(totalWidth As Integer, paddingChar As Char) As String
  Function Remove(startIndex As Integer) As String
  Function Remove(startIndex As Integer, count As Integer) As String
  Function Replace(oldChar As Char, newChar As Char) As String
  Function Replace(oldValue As String, newValue As String) As String
  Function StartsWith(value As String) As Boolean
  Function Substring(startIndex As Integer, length As Integer) As String
  Function Substring(startIndex As Integer) As String
  Function ToCharArray()
  Function ToCharArray(startIndex As Integer, length As Integer)
  Function ToLower() As String
  Function ToLowerInvariant() As String
  Function ToUpper() As String
  Function ToUpperInvariant() As String
  Function Trim() As String

//wiki.stne.net/index.php?title=API:String
//wiki.en.stne.net/index.php?title=API:String