gpt4 book ai didi

c# - 字符串的 System.FormatException

转载 作者:行者123 更新时间:2023-11-30 13:47:16 27 4
gpt4 key购买 nike

<分区>

我收到 System.FormatException:运行此方法时输入字符串的格式不正确。

字段的值:

arrayName = "requester";
fieldList = "\"name\" : \"shimshon\""; // "name" : "shimshon"


public override string ToString()
{
var val = string.Format("\"{0}\" : { {1} }", arrayName, fieldList);

return val;
}

该方法的预期结果是

"requester" : { "name" : "shimshon" }

这种格式有什么问题?

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com