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 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