Skip to content

Bug parsing margins with cultures that have a comma as decimal separator instead of a point #49

Open
@ghost

Description

Line 268 of HtmlFromXamlConverter.cs should be updated like this to support other cultures:

if (double.TryParse(values[i], NumberStyles.Any, CultureInfo.InvariantCulture, out value))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions