Type Summary

						public struct Char : IComparable, IConvertible
{
  // Fields
     public const char MaxValue = = (char)0xFFFF
     public const char MinValue = = (char)0x0 

  // Methods
     public int CompareTo (object value);
     public override bool Equals (object obj);
     public override int GetHashCode ();
     public static double GetNumericValue (char c);
  CF
						public static double GetNumericValue (string s,
                                          int index);
  MS
						public TypeCode GetTypeCode ();
     public static UnicodeCategory GetUnicodeCategory (char c);
  CF
						public static UnicodeCategory GetUnicodeCategory (string s,
                                                      int index);
     public static bool IsControl (char c);
  CF
						public static bool IsControl (string s,
                                  int index);
     public static bool IsDigit (char c);
  CF
						public static bool IsDigit (string s, int index);
     public ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.