コード例 #1
0
 private bool ValidateRegion(string name)
 {
     return(_globalizationService.TryValidateRegion(name, out var unused));
 }