2 references to ConvertToLongCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
826
return
ConvertToLongCore
(obj, culture, out value);
841
internal static BindParser<long> ConvertToLong =
ConvertToLongCore
;