Skip to content

Conversion methods do not fail if the input string cannot be converted #6

@lahwaacz

Description

@lahwaacz

For example, if you have an option with a text, e.g. foo = bar, and use file.GetValue("foo").AsInt(), you get 0 (value of default-constructed int) instead of an error. There should be an exception thrown if the input value from the config does not contain the expected type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions