CommonHelperImageToXmlCData Method |
Convert a Image to a culture invariant string value.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void ImageToXmlCData(
XmlWriter xmlWriter,
string name,
Image image
)
Parameters
- xmlWriter XmlWriter
- Xml writer to save information into.
- name String
- Name of image to save.
- image Image
- Image to persist.
See Also