yusuf

yusuf

  • NA
  • 57
  • 0

Could not convert to C#

Sep 4 2009 10:52 PM
Hello friends, I have a code in VB and could not change it to C#. There is a DataTable and i want to read the values of one column. If Rows.Item(0).ToString.StartsWith(prefixText, StringComparison.OrdinalIgnoreCase) Then retvalitems.Add(Rows.Item(0).ToString) End If

Answers (2)