FileReadAllText Method (String) |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string ReadAllText(
string path
)
Public Shared Function ReadAllText (
path As String
) As String
public:
static String^ ReadAllText(
String^ path
)
static member ReadAllText :
path : string -> string
Parameters
- path
- Type: SystemString
Return Value
Type:
String
See Also