Skip to content

4ff41e5a c51d b0cb fdee b5d769c7ecb5

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseModel(T).LoadFromFile Method (String, T)

Additional header content

Loads from file.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static bool LoadFromFile(
	string fileName,
	out T obj
)

VB

Public Shared Function LoadFromFile ( 
	fileName As String,
	<OutAttribute> ByRef obj As T
) As Boolean

Parameters

 

fileName
Type: System.String
Name of the file.
obj
Type: T
The object.

Return Value

Type: Boolean
T object

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseModel1.LoadFromFile(System.String,0@)"]

See Also

Reference

BaseModel(T) Class
LoadFromFile Overload
iTin.Export.Model Namespace

Clone this wiki locally