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