rss
twitter
  •  

Casting @ C#

| Posted in C# |

0

using as keyword in c# in conversion from type to another type (CASTING) , use it like “expression as type”  type and expression are references type but what different when as fail to cast the expression to certain type it won’t through any expression but it will fill the expression with null



Post a comment