小编Swa*_*ahi的帖子

无法将类型'string'隐式转换为'char []'

我有以下代码,但给出错误"无法将类型'字符串'隐式转换为'char []'"

char[] hTempFile = new char[300 + 1];
hTempFile ="";
Run Code Online (Sandbox Code Playgroud)

c# c#-4.0

2
推荐指数
1
解决办法
6174
查看次数

标签 统计

c# ×1

c#-4.0 ×1