JsonValue.TryParse(String, JsonValue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static bool TryParse(Platform::String ^ input, [Out] JsonValue ^ & result);
static bool TryParse(winrt::hstring const& input, [Out] JsonValue const& & result);
public static bool TryParse(string input, out JsonValue result);
Public Shared Function TryParse (input As String, ByRef result As JsonValue) As Boolean
参数
- input
-
String
Platform::String
winrt::hstring
指定的字符串。
返回
Boolean
bool
如果已成功创建 JsonValue 对象,则为 True;否则为 false。