What is the IConvertible interface?
What is the IConvertible interface?
Rating:
The IConvertible interface of the System namespace defines methods that convert the value of an object of an implementing type into a common language runtime (CLR) type that has an equivalent value. The CLR uses the
Some of the methods defined by this interface are ToBoolean, ToDateTime, ToSingle, ToString, etc. The
Similarly, the
Rating:
Other articles
- What is the FileStream class?
- Data Binding
- What is a cryptographer?
- How to set the Win32Icon in the Visual Studio Integrated Development Environment?
- What is a cryptanalyst?