MSBuildFileSystemBase.ReadFileAllText(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this for File.ReadAllText(path)
public:
abstract System::String ^ ReadFileAllText(System::String ^ path);
public:
virtual System::String ^ ReadFileAllText(System::String ^ path);
public abstract string ReadFileAllText (string path);
public virtual string ReadFileAllText (string path);
abstract member ReadFileAllText : string -> string
abstract member ReadFileAllText : string -> string
override this.ReadFileAllText : string -> string
Public MustOverride Function ReadFileAllText (path As String) As String
Public Overridable Function ReadFileAllText (path As String) As String
Parameters
- path
- String