System.Convert

E697478

System.Convert is a .NET Framework utility class that provides methods for converting values between different base data types, such as numeric types, strings, and dates.

Jump to: Statements Referenced by

Statements (54)

Predicate Object
instanceOf .NET Framework class
.NET utility class
class
definedIn System.Runtime.dll NERFINISHED
mscorlib.dll NERFINISHED
designGoal provide CLS-compliant conversions
provide culture-aware conversions
inheritsFrom System.Object NERFINISHED
isSealed true
isStatic true
language C# NERFINISHED
namespace System NERFINISHED
platform .NET 5+
.NET Core NERFINISHED
.NET Framework NERFINISHED
providesMethod FromBase64String
ToBase64String
ToBoolean
ToByte
ToChar
ToDateTime
ToDecimal
ToDouble
ToInt16
ToInt32
ToInt64
ToSByte
ToSingle
ToString
ToUInt16
ToUInt32
ToUInt64
purpose base data type conversion
type conversion
supportsConversionFrom System.Boolean NERFINISHED
System.DateTime NERFINISHED
System.Decimal NERFINISHED
System.Double NERFINISHED
System.Int32 NERFINISHED
System.Int64 NERFINISHED
System.String
supportsConversionTo System.Boolean
System.DateTime
System.Decimal NERFINISHED
System.Double NERFINISHED
System.Int32 NERFINISHED
System.Int64 NERFINISHED
System.String NERFINISHED
supportsInterface System.IConvertible NERFINISHED
threadSafety static members are thread-safe
throwsException System.ArgumentNullException NERFINISHED
System.FormatException NERFINISHED
System.InvalidCastException NERFINISHED
System.OverflowException NERFINISHED

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System containsType System.Convert