Returns the object from the given file.
Namespace:
PerpetuumSoft.Framework.SerializationAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static Object Read( string fileName ) |
Visual Basic (Declaration) |
---|
Public Shared Function Read ( _ fileName As String _ ) As Object |
Visual C++ |
---|
public: static Object^ Read( String^ fileName ) |
Parameters
- fileName
- Type: System..::.String