PreviousNext

Type Conversion in .NET

by Dandy123, 2018-06-13T13:05:34.829Z

Such a simple topic as type conversion would seem to be unworthy of the whole article. In C#, there is a suitable operator “(T)value” and types that implement it. So, this topic may be considered as closed. However, for 14 years of .NET existence, BCL developers and other programmers have come up with other four ways to convert value types.

Read More