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