Type Summary

						public struct UInt64 : IComparable, IFormattable,
                     IConvertible
{
  // Fields
     public const ulong MaxValue = 18446744073709551615;
     public const ulong MinValue = 0;

  // Methods
     public int CompareTo (object value);
     public override bool Equals (object obj);
     public override int GetHashCode ();
  MS
						public TypeCode GetTypeCode ();
     public static ulong Parse (string s);
     public static ulong Parse (string s, NumberStyles style);
     public static ulong Parse (string s, NumberStyles style,
                               IFormatProvider provider);
  CF
						public static ulong Parse (string s, IFormatProvider provider);
     public override string ToString ();
     public string ToString (string format);
     public string ToString (string format, IFormatProvider provider);
     public string ToString (IFormatProvider ...

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.