Method Convert
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
Convert(object)
Returns a Extensible Application Markup Language (XAML) string that serializes the provided object.
public static string Convert(object obj)
Parameters
obj
objectThe element to be serialized. Typically, this is the root element of a page or application.
Returns
- string
Extensible Application Markup Language (XAML) string that can be written to a stream or file. The logical tree of all elements that fall under the provided obj element will be serialized.