'Declaration<NotNullAttribute()> Function FromFile( _ ByVal filePathAndName As String _ ) As ValueResult
'UsageDim 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.
 
Return Value
Returns value result with the value loaded.