[This is preliminary documentation and is subject to change.]

Reads data from the file in a string

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ReadTextFile(
	string filePath
)
Visual Basic (Declaration)
Public Shared Function ReadTextFile ( _
	filePath As String _
) As String
Visual C++
public:
static String^ ReadTextFile(
	String^ filePath
)

Parameters

filePath
Type: System..::.String
The full pathname of the file.

Return Value

The string containing the content of the file.

See Also