Utils_XmlSaveToFile Method |
Serializes current FieldDefinition object into file.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static bool SaveToFile(
string fileName,
Object obj,
out Exception exception
)
Parameters
- fileName
- Type: SystemString
full path of outupt xml file - obj
- Type: SystemObject
Object to serialize. - exception
- Type: SystemException
output Exception value if failed
Return Value
Type:
Booleantrue if can serialize and save into file; otherwise, false
See Also