Click here to Skip to main content
15,885,757 members

Comments by Faisal(mfrony) (Top 3 by date)

Faisal(mfrony) 29-Aug-14 9:10am View    
Is that ok Now ?
Faisal(mfrony) 29-Apr-13 23:18pm View    
I think his can help you
x.Field<string>(gcols[0])
Faisal(mfrony) 12-Apr-13 11:42am View    
var propertyModel1 = new[]
{
"1","2","3"
};
Array.ConvertAll(propertyModel1,p=>Convert.ToInt32(p));
You can take it as an example