Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB 2010のSystem.IOクラスを使用せずに、テキストを.txtファイルから文字列に変換する方法があるかどうかを知りたいのですが。ありがとうございます。
ファイルをすばやく読み取る方法が必要な場合は、次のことを試してください。
Dim strJunk As String = My.Computer.FileSystem.ReadAllText("C:\Junk\Junk.txt")