如何读取csv的数据并放入列表视图?

问题描述:

有人可以告诉我,我怎样才能读出.csv文件中的一些数据



我尝试了什么:





{

List.Add(row);

Can someone tell me please how can i read out some data of a .csv file in

What I have tried:

I
{
List.Add(row);

你好,

你能看到这篇文章:





用C#读取和写入CSV文件 [ ^ ]

并自定义ListView的外观请参阅本课程:

第3部分 - 自定义ListView的外观 - Xamarin [ ^ ]
Hello,
Could you see this article :


Reading and Writing CSV Files in C#[^]
and to customize a ListView's Appearance please see this course :
Part 3 - Customizing a ListView's Appearance - Xamarin[^]