Whenever trying to set the displayname of a mapdescriptor item with "%" its not working.
Escaping with \ has no effect.
Whenever trying to set the displayname of a mapdescriptor item with "%" its not working.
Escaping with \ has no effect.
MapItem item;
item = m_mapDescriptorComponent.Item();
MapDescriptorProps props = item.GetProps();
string progressString = string.Format("Antenna: %1 \%", 42); // % not showing up
item.SetDisplayName(progressString);