ServiceEndpointQuery.TryParse(String, ServiceEndpointQuery) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to parse the provided input as a service endpoint query.
public static bool TryParse (string input, out Microsoft.Extensions.ServiceDiscovery.ServiceEndpointQuery? query);
static member TryParse : string * ServiceEndpointQuery -> bool
Public Shared Function TryParse (input As String, ByRef query As ServiceEndpointQuery) As Boolean
Parameters
- input
- String
The value to parse.
- query
- ServiceEndpointQuery
The resulting query.
Returns
true
if the value was successfully parsed; otherwise false
.