Skip to content

DefaultTypeConverter#ConvertFromField is not good... #3

@nabehiro

Description

@nabehiro

It is not good that convert target is fieldValue.ToString().

converter.ConvertFrom() is appropriate ?

public object ConvertFromField(object fieldValue)
{
            return _converter.ConvertFromString(fieldValue == null ? "" : fieldValue.ToString());
}

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