TryConvert() does not set HasValue to True for real number values

Issue #50 wontfix
Former user created an issue

TryConvert() works fine for Integer, string or Boolean types but fails for Extended, Double and TDateTime types.

Comments (1)

  1. Stefan Glienke repo owner

    DSharp.Core.Nullable and TValueHelper from DSharp.Core.Reflection are deprecated and not maintained anymore. Use Nullable and TValueHelper from Spring.pas instead

  2. Log in to comment