Click or drag to resize
IPluginSettingsStorageProviderFileReadAllLines Method
Returns an array of every line read from the file.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string[] FileReadAllLines(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: String
See Also