| IPluginSettingsStorageProviderFileReadAllLines Method  | 
            Returns an array of every line read from the file.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring[] FileReadAllLines(
	string fileName
)
Function FileReadAllLines ( 
	fileName As String
) As String()
array<String^>^ FileReadAllLines(
	String^ fileName
)
abstract FileReadAllLines : 
        fileName : string -> string[] 
Parameters
- fileName
 - Type: SystemString
 
Return Value
Type: 
String
See Also