| IStandingDataUpdaterProviderReadLines Method  | 
            Returns the entire content of the file.
            
 
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring[] ReadLines(
	string fileName
)
Function ReadLines ( 
	fileName As String
) As String()
array<String^>^ ReadLines(
	String^ fileName
)
abstract ReadLines : 
        fileName : string -> string[] 
Parameters
- fileName
 - Type: SystemString
 
Return Value
Type: 
String
See Also