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