File tree Expand file tree Collapse file tree
winrt-api-build/xml/Windows.Data.Json Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Type Name =" JsonArray" FullName =" Windows.Data.Json.JsonArray" >
3+ <Members >
4+ <Member MemberName =" TryParse" >
5+ <MemberSignature Language =" C#" Value =" public static bool TryParse (string input, out Windows.Data.Json.JsonArray result);" />
6+ <MemberSignature Language =" C++/WinRT" Value =" static bool TryParse(winrt::hstring const& input, JsonArray& result);" />
7+ <MemberType >Method</MemberType >
8+ <AssemblyInfo >
9+ <AssemblyName >Windows.Data.Json</AssemblyName >
10+ </AssemblyInfo >
11+ <ReturnValue >
12+ <ReturnType >System.Boolean</ReturnType >
13+ </ReturnValue >
14+ <Parameters >
15+ <Parameter Name =" input" Type =" System.String" />
16+ <Parameter Name =" result" Type =" Windows.Data.Json.JsonArray" RefType =" out" />
17+ </Parameters >
18+ <Docs >
19+ <param name =" input" >The specified string.</param >
20+ <param name =" result" >The new JsonArray object.</param >
21+ <summary >Parses the provided string into a JsonArray.</summary >
22+ <returns >True if the JsonArray object was successfully created; otherwise, false.</returns >
23+ </Docs >
24+ </Member >
25+ </Members >
26+ </Type >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Type Name =" JsonObject" FullName =" Windows.Data.Json.JsonObject" >
3+ <Members >
4+ <Member MemberName =" TryParse" >
5+ <MemberSignature Language =" C#" Value =" public static bool TryParse (string input, out Windows.Data.Json.JsonObject result);" />
6+ <MemberSignature Language =" C++/WinRT" Value =" static bool TryParse(winrt::hstring const& input, JsonObject& result);" />
7+ <MemberType >Method</MemberType >
8+ <AssemblyInfo >
9+ <AssemblyName >Windows.Data.Json</AssemblyName >
10+ </AssemblyInfo >
11+ <ReturnValue >
12+ <ReturnType >System.Boolean</ReturnType >
13+ </ReturnValue >
14+ <Parameters >
15+ <Parameter Name =" input" Type =" System.String" />
16+ <Parameter Name =" result" Type =" Windows.Data.Json.JsonObject" RefType =" out" />
17+ </Parameters >
18+ <Docs >
19+ <param name =" input" >The specified JSON string.</param >
20+ <param name =" result" >The resultant JsonObject.</param >
21+ <summary >Parses the specified string that represents a JSON object into a JsonObject.</summary >
22+ <returns >True if the JsonObject object was successfully created; otherwise, false.</returns >
23+ </Docs >
24+ </Member >
25+ </Members >
26+ </Type >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Type Name =" JsonValue" FullName =" Windows.Data.Json.JsonValue" >
3+ <Members >
4+ <Member MemberName =" TryParse" >
5+ <MemberSignature Language =" C#" Value =" public static bool TryParse (string input, out Windows.Data.Json.JsonValue result);" />
6+ <MemberSignature Language =" C++/WinRT" Value =" static bool TryParse(winrt::hstring const& input, JsonValue& result);" />
7+ <MemberType >Method</MemberType >
8+ <AssemblyInfo >
9+ <AssemblyName >Windows.Data.Json</AssemblyName >
10+ </AssemblyInfo >
11+ <ReturnValue >
12+ <ReturnType >System.Boolean</ReturnType >
13+ </ReturnValue >
14+ <Parameters >
15+ <Parameter Name =" input" Type =" System.String" />
16+ <Parameter Name =" result" Type =" Windows.Data.Json.JsonValue" RefType =" out" />
17+ </Parameters >
18+ <Docs >
19+ <param name =" input" >The specified string.</param >
20+ <param name =" result" >The new JsonValue object.</param >
21+ <summary >Parses the specified string into a JsonValue.</summary >
22+ <returns >True if the JsonValue object was successfully created; otherwise, false.</returns >
23+ </Docs >
24+ </Member >
25+ </Members >
26+ </Type >
You can’t perform that action at this time.
0 commit comments