コード例 #1
0
ファイル: Bic.cs プロジェクト: liuhonglei/Narvalo.NET
 private static bool CheckContent(string value) => CountryISOCodes.TwoLetterCodeExists(value);
コード例 #2
0
 public static bool VerifyISOCountryCode(IbanParts parts)
 => CountryISOCodes.TwoLetterCodeExists(parts.CountryCode);