Converter interface
The converter converts object from one type to another.
Methods
convert(From | To) |
Method Details
convert(From | To)
function convert(value: From | To): To
Parameters
- value
-
From | To
Returns
To
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The converter converts object from one type to another.
convert(From | To) |
function convert(value: From | To): To
From | To
To