コード例 #1
0
 public static bool IsValidStateAbbr(string state)
 {
     return(StateName.ContainsKey(state.ToLower()));
 }