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