IPluginManifestStorageProviderReadAllText Method |
Returns the content of the file.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ReadAllText(
string fileName
)
Function ReadAllText (
fileName As String
) As String
String^ ReadAllText(
String^ fileName
)
abstract ReadAllText :
fileName : string -> string
Parameters
- fileName
- Type: SystemString
Return Value
Type:
StringSee Also