ClassBuilderSaveToXmlString Method |
Creates the XML representation of the current record class.
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic string SaveToXmlString()
Public Function SaveToXmlString As String
Return Value
Type:
String
The representation of the current record class as xml string.
See Also