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