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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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