Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static string ReadFileContent( string path ) |
| Visual Basic |
|---|
Public Shared Function ReadFileContent ( _ path As String _ ) As String |
| Visual C++ |
|---|
public: static String^ ReadFileContent( String^ path ) |
Parameters
- path
- Type: System..::..String