'Declaration
Public Shared Function GetTextFileContent( _ ByVal filePath As System.String _ ) As System.String
'Usage
Dim filePath As System.String Dim value As System.String value = NIOHelper.GetTextFileContent(filePath)
public static System.string GetTextFileContent( System.string filePath )
Parameters
- filePath