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.

All labels observed (2)

Label Occurrences
System.Convert canonical 1
System.Convert.ToString 1

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf .NET Framework class
.NET utility class
class
definedIn System.Runtime.dll
mscorlib.dll
designGoal provide CLS-compliant conversions
provide culture-aware conversions
inheritsFrom System.Object
isSealed true
isStatic true
language C#
namespace System
platform .NET 5+
.NET Core
.NET Framework
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
System.DateTime
System.Decimal
System.Double
System.Int32
System.Int64
System.String
supportsConversionTo System.Boolean
System.DateTime
System.Decimal
System.Double
System.Int32
System.Int64
System.String
supportsInterface System.IConvertible
threadSafety static members are thread-safe
throwsException System.ArgumentNullException
System.FormatException
System.InvalidCastException
System.OverflowException

How these facts were elicited

Referenced by (2)

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

System containsType System.Convert
System.IFormatProvider usedBy System.Convert.ToString
linked to: System.Convert