Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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