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: Mon 3:43:39 pm