NetXP 3.0 Reference

Settings.SaveToFile Method 

Save settings to a file using binary serialization

[Visual Basic]
Public Shared Function SaveToFile( _
   ByVal settings As Object, _
   ByVal FileName As String _
) As Boolean
[C#]
public static bool SaveToFile(
   object settings,
   string FileName
);

Parameters

settings
This is the object that we want to serialize
FileName
The name of the file in which to store settings

See Also

Settings Class | NETXP.Library Namespace