'Declaration
<NotNullAttribute()> Function FromFile( _ ByVal filePathAndName As String _ ) As ValueResult
'Usage
Dim instance As _StreamLoader Dim filePathAndName As String Dim value As ValueResult value = instance.FromFile(filePathAndName)
[NotNull()] ValueResult FromFile( string filePathAndName )
[NotNull()] ValueResult^ FromFile( String^ filePathAndName )
Parameters
- filePathAndName
- The path and name of the file to load the value from.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).