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