2 references to TryParse
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Components\Shared\src\UrlValueConstraint.cs (2)
70
var x when x == typeof(DateTime) => new TypedUrlValueConstraint<DateTime>(
TryParse
),
71
var x when x == typeof(DateTime?) => new NullableTypedUrlValueConstraint<DateTime>(
TryParse
),