[Hauptseite] / [Char]
Structure Char
  Function CompareTo(value As Char) As Integer
  Function CompareTo(value As Object) As Integer
  Static Function ConvertFromUtf32(utf32 As Integer) As String
  Static Function ConvertToUtf32(highSurrogate As Char, lowSurrogate As Char) As Integer
  Static Function ConvertToUtf32(s As String, index As Integer) As Integer
  Static Function GetNumericValue(s As String, index As Integer) As Double
  Static Function GetNumericValue(c As Char) As Double
  Function GetTypeCode()
  Static Function GetUnicodeCategory(s As String, index As Integer)
  Static Function GetUnicodeCategory(c As Char)
  Static Function IsControl(c As Char) As Boolean
  Static Function IsControl(s As String, index As Integer) As Boolean
  Static Function IsDigit(c As Char) As Boolean
  Static Function IsDigit(s As String, index As Integer) As Boolean
  Static Function IsHighSurrogate(s As String, index As Integer) As Boolean
  Static Function IsHighSurrogate(c As Char) As Boolean
  Static Function IsLetter(s As String, index As Integer) As Boolean
  Static Function IsLetter(c As Char) As Boolean
  Static Function IsLetterOrDigit(s As String, index As Integer) As Boolean
  Static Function IsLetterOrDigit(c As Char) As Boolean
  Static Function IsLower(c As Char) As Boolean
  Static Function IsLower(s As String, index As Integer) As Boolean
  Static Function IsLowSurrogate(s As String, index As Integer) As Boolean
  Static Function IsLowSurrogate(c As Char) As Boolean
  Static Function IsNumber(s As String, index As Integer) As Boolean
  Static Function IsNumber(c As Char) As Boolean
  Static Function IsPunctuation(s As String, index As Integer) As Boolean
  Static Function IsPunctuation(c As Char) As Boolean
  Static Function IsSeparator(c As Char) As Boolean
  Static Function IsSeparator(s As String, index As Integer) As Boolean
  Static Function IsSurrogate(s As String, index As Integer) As Boolean
  Static Function IsSurrogate(c As Char) As Boolean
  Static Function IsSurrogatePair(highSurrogate As Char, lowSurrogate As Char) As Boolean
  Static Function IsSurrogatePair(s As String, index As Integer) As Boolean
  Static Function IsSymbol(s As String, index As Integer) As Boolean
  Static Function IsSymbol(c As Char) As Boolean
  Static Function IsUpper(s As String, index As Integer) As Boolean
  Static Function IsUpper(c As Char) As Boolean
  Static Function IsWhiteSpace(c As Char) As Boolean
  Static Function IsWhiteSpace(s As String, index As Integer) As Boolean
  Static Var MaxValue As Char
  Static Var MinValue As Char
  Static Function Parse(s As String) As Char
  Static Function ToLower(c As Char) As Char
  Static Function ToLowerInvariant(c As Char) As Char
  Static Function ToUpper(c As Char) As Char
  Static Function ToUpperInvariant(c As Char) As Char

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