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