DelphiBasics
  Home  |  Delphi .net Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Convert Class
 
 Description
The Convert class provides conversion functions for converting one base data type to another. For example, to convert a Boolean to an Integer.
 
An exception will be thrown if the conversion is in appropriate, or where the capacity of the target is exceeded.
 
No exception is thrown if the conversion loses precision.
 Methods
ToBoolean  Converts data from one data type to a Boolean data type
ToByte  Converts data from one data type to a Byte data type
ToChar  Converts data from one data type to a Char data type
ToDateTime  Converts data from one data type to a DateTime data type
ToDecimal  Converts data from one data type to a Decimal data type
ToDouble  Converts data from one data type to a Double data type
ToInt16  Converts data from one data type to a Int16 data type
ToInt32  Converts data from one data type to a Int32 data type
ToInt64  Converts data from one data type to a Int64 data type
ToSByte  Converts data from one data type to a SByte data type
ToUInt16  Converts data from one data type to a UInt16 data type
ToUInt32  Converts data from one data type to a UInt32 data type
ToUInt64  Converts data from one data type to a UInt64 data type


 Microsoft MSDN links
 
System
System.convert
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page