Convert between types using TypeDescriptor in Delphi

This demo shows how you can convert between types with TypeDescriptor interface in Delphi using the .Net Runtime Library for Delphi




  
Download

Downloaded
38 times



Updated
10/05/2018


Developer
Bismark

Description

The demo demonstrates how to declare and initialize an 8-bit unsigned integerĀ and a string and then converts each of them to the other's type, respectively.

Back