Iso3166ToLookup Method

Creates a dictionary based on the Alpha2 as key and the readable name as value. Intended for select dropdowns on front-end

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static ILookup<string, string> ToLookup()

Return Value

ILookupString, String
Dictionary of all available countries with the Alpha2 as key and readable name as value

See Also