|
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? |
Answered by
paulushub
Oct 9, 2023
Replies: 1 comment
|
@acuiko There is no method provided to directly do that.
|
0 replies
Answer selected by
acuiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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,