We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6443ea8 commit 7f08a95Copy full SHA for 7f08a95
1 file changed
Microsoft.VisualBasic.Core/src/Extensions/Doc/Text.vb
@@ -402,7 +402,9 @@ Public Module TextDoc
402
''' <param name="path"></param>
403
''' <param name="encoding">Default value is <see cref="Encoding.UTF8"/></param>
404
''' <param name="suppress">Suppress error message??</param>
405
- ''' <returns></returns>
+ ''' <returns>
406
+ ''' this function returns empty string if the given file is not exists andalso <paramref name="throwEx"/> configured as false
407
+ ''' </returns>
408
''' <remarks>
409
''' (这个函数只建议读取小文本文件的时候使用)
410
''' </remarks>
0 commit comments