Skip to content

Commit 527d968

Browse files
dsychinBillWagner
authored andcommitted
include new overload example (#3407)
1 parent e1aa98a commit 527d968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.VisualBasic.FileIO/FileSystem.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,9 +3400,9 @@
34003400
34013401
34023402
## Examples
3403-
This example opens a <xref:System.IO.StreamWriter> with the `My.Computer.FileSystem.OpenTextFileWriter` method and uses it to write a string to a text file with the `WriteLine` method of the `StreamWriter` class.
3403+
This example opens a <xref:System.IO.StreamWriter> with the `My.Computer.FileSystem.OpenTextFileWriter` method with `Unicode` encoding and uses it to write a string to a text file with the `WriteLine` method of the `StreamWriter` class.
34043404
3405-
[!code-vb[VbRefFile#14](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbRefFile/VB/Class1.vb#14)]
3405+
[!code-vb[VbRefFile#23](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbRefFile/VB/Class1.vb#23)]
34063406
34073407
]]></format>
34083408
</remarks>

0 commit comments

Comments
 (0)