コード例 #1
0
 public static string ToInt(string value, bool isColumn)
 {
     return(providerFunctions.ToInt(value, isColumn));
 }