Type Summary

						public sealed class Convert
 {
   // Fields
   MS
						public static readonly object DBNull = DBNull.Value;

   // Methods
MS CF
						public static object ChangeType (object value,
                                      TypeCode typeCode);
   MS
						public static object ChangeType (object value,
                                      TypeCode typeCode,
                                      IFormatProvider provider);
MS CF
						public static object ChangeType (object value,
                                      Type conversionType);
   MS
						public static object ChangeType (object value,
                                      Type conversionType,
                                      IFormatProvider provider);
   MS
						public static byte[] FromBase64CharArray (char[] inArray,
                                               int offset,
                                               int length);
   MS
						public static byte[] FromBase64String (string s);
   MS
						public static TypeCode GetTypeCode (object value);
   MS
						public static bool IsDBNull (object value);
   MS
						public static int ToBase64CharArray (byte[] inArray, ...

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.