We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Values of types can be casted to different types using the as or cast keywords
as
cast
my_value as DifferentType
cast DifferentType my_value
See casts for more in-depth information
Table of Contents