以下 modelbindingcontext int.parse 代码的字符串等价物是什么?
int myint = int.Parse(valueProvider.GetValue("MyId").AttemptedValue);
想使用string.Parse
...但未定义
string mystring = string.Parse(valueProvider.GetValue("MyName").AttemptedValue);
以下 modelbindingcontext int.parse 代码的字符串等价物是什么?
int myint = int.Parse(valueProvider.GetValue("MyId").AttemptedValue);
想使用string.Parse
...但未定义
string mystring = string.Parse(valueProvider.GetValue("MyName").AttemptedValue);