Skip to content

TypeHelper doesn't handle empty string #139

Closed
@jaredcnance

Description

@jaredcnance

something like:

var stringValue = value.ToString();
if(stringValue == string.Empty)
  return default(T);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions