Easy Mobile API Reference 2.4
  • Basic
    • Pro
    • Basic

    Show / Hide Table of Contents

    Class EEACountriesExtension

    Inheritance
    System.Object
    EEACountriesExtension
    Namespace: EasyMobile
    Assembly: cs.temp.dll.dll
    Syntax
    public static class EEACountriesExtension

    Methods

    IsEEACountry(String)

    Check if a string is a value in EEACountries. Case ignored.

    Declaration
    public static bool IsEEACountry(this string countryCode)
    Parameters
    Type Name Description
    System.String countryCode
    Returns
    Type Description
    System.Boolean

    ToEEACountry(String)

    Convert a string to EEACountries if possible. Case ignored.

    Declaration
    public static EEACountries ToEEACountry(this string countryCode)
    Parameters
    Type Name Description
    System.String countryCode
    Returns
    Type Description
    EEACountries
    In This Article
    • Methods
      • IsEEACountry(String)
      • ToEEACountry(String)