コード例 #1
0
 public int GetAsInt32(string field)
 {
     return(_dataConverter.GetAsInt32(this[field]));
 }