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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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