-
Hi,
On the other hang using ResourceSvgConverter I can convert svg file to xaml string:
Is there a way to convert svg string to xaml string? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@acuiko There is no method provided to directly do that.
|
Beta Was this translation helpful? Give feedback.
@acuiko There is no method provided to directly do that.
If you need output similar to
ResourceSvgConverter
, simply do what that class is doing.ResourceSvgConverter is really not a converter, just like the DirectoryConverter, it uses other converters
for the actual conversion process, combines the results and generates a resource file format.
So,