Cast vs Conversion in C#
Let's talk about cast and conversion in C#.
Cast a variable, It changes the type of this variable during a statement or an operation. There are multiple reasons to cast a variable. For example, if I have two variables a and b with a = 3.5 and b = 2...
imdadtech.hashnode.dev3 min read