Typecasting in C#

后端 未结 5 1124
Happy的楠姐
Happy的楠姐 2020-11-29 06:17

What is type casting, what\'s the use of it? How does it work?

5条回答
  •  眼角桃花
    2020-11-29 06:39

    Casting from one data type to another.

    For a general reading see this.

    See also msdn

提交回复
热议问题