コード例 #1
0
 public static T[] ToArray <T>(this string pValue)
 {
     return(ConvertionHelper.CommaSeparatedValueToArray <T>(pValue));
 }