G
Guest
hey all,
the following snippet works in vb but i'm missing the syntax in csharp:
String val1 = values.Split(",")(1);
i'm getting this error:
Argument '1': cannot convert from 'string' to 'char[]'
thanks,
rodchar
the following snippet works in vb but i'm missing the syntax in csharp:
String val1 = values.Split(",")(1);
i'm getting this error:
Argument '1': cannot convert from 'string' to 'char[]'
thanks,
rodchar