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