Skip to content

Property value type conversions section in wiki needs to be updated with the correct order of operations #20

@icnocop

Description

@icnocop

Hi.

https://github.com/marcusoftnet/SpecFlow.Assist.Dynamic/wiki/Conversion-conventions#property-value-type-conversions needs to be updated with the correct order of operations (or maybe remove it?).

The code in the CreateTypedValue function (

private static object CreateTypedValue(string valueFromTable, bool doTypeConversion = true)
) indicates the following order:

  1. int
  2. decimal
  3. double
  4. bool
  5. DateTime
  6. string

Thank you.

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