TryConvert
function TryConvert(
const Src: (* any type *);
var Dst: (* any other type *)
): Boolean; overload;
function TryConvert(
const Src: (* any type *);
const DataType: IType;
var Dst: (* any type compatible with DataType *)
): Boolean; overload;
Defined in: RTL
⏱ Last Modified: Tue 2:20:51 pm