Description
The following table shows conversions from source types to destination types. The first column contains the source types. The remaining columns indicate the destination types the source may be converted to. An 'x' indicates the System.Convert class implements the conversion. [Note: The column headers correspond precisely, in order, to the source types in the first column, but have been abbreviated to fit.]
Type | Bool | Byte | Char | DT | Dec | Dou | I16 | I32 | I64 | SBy | Sin | Str | UI16 | UI32 | UI64 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Boolean | x | x | x | x | x | x | x | x | x | x | x | x | x | ||
Byte | x | x | x | x | x | x | x | x | x | x | x | x | x | x | |
Char | x | x | x | x | x | x | x | x | x | x | |||||
DateTime | x | x | |||||||||||||
Decimal | x | x | x | x | x | x | x | x | x | x | x | x | x | ||
Double | x | x | x | x | x | x | x | x | x | x | x | x | x | ||
Int16 | x | x | x | x | x | x | x | x | x | x | x | x | x | x | |
Int32 | x | x | x | x | x | x | x | x | x | x | x | x | x | x | |
Int64 | x | x | x | x | x | x | x | x | x | x | x | x | x | x | |
SByte | x | x | x | x | x | x | x | x | x | x | x | x | x | x | |
Single | x | x | x | x | x | x | x | x | x | x | x | x | x | ||
String | x | x | x | x | x | x | x | x | x | x | x | x | x | x | x |
UInt16 | x | x | x | x | x | x | x | x | x | x | x | x | x | x | |
UInt32 ... |
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.