BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 12 forks source link

Using IToText() on a Guid return its type instead of it's value #3359

Open adecler opened 4 weeks ago

adecler commented 4 weeks ago

Description:

See issue in the Excel adapter: https://github.com/BHoM/Excel_Toolkit/issues/77

Steps to reproduce:

Use the IToText component on any Guid:

image

Expected behaviour:

The text should represent the value of the Guid, not it's type

Test file(s):