C# Class SyrupPayToken.Claims.ISOCode

Exibir arquivo Open project: SKplanet/syruppay-csharp

Public Methods

Method Description
IsValidCountryAlpha2Code ( string code ) : bool
IsValidLanuageCode ( string code ) : bool

Private Methods

Method Description
ISOCode ( ) : System
LoadCountriesByIso3166 ( ) : void
LoadLanguageByIso639 ( ) : void

Method Details

IsValidCountryAlpha2Code() public static method

public static IsValidCountryAlpha2Code ( string code ) : bool
code string
return bool

IsValidLanuageCode() public static method

public static IsValidLanuageCode ( string code ) : bool
code string
return bool