2
Answers

Could not convert to C#

Ask a question
yusuf

yusuf

15y
2.1k
1
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)