<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Type conversion - Page 17 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Type_conversion&amp;p=16">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Type_conversion&amp;p=18">3.Next</a>
</p>

<p>There are several kinds of explicit conversion.</p>

<p>; checked: Before the conversion is performed, a runtime check is done to see if the destination type can hold the source value. If not, an error condition is raised.; unchecked: No check is performed. If the destination type cannot hold the source value, the result is undefined.; bit pattern: The raw bit representation of the source is copied verbatim, and it is re-interpreted according to the destination type. This can also be achieved via <a href="page.php?w=Aliasing_%28computing%29">aliasing</a>.</p><p>
<a accesskey="1" href="page.php?w=Type_conversion&amp;p=16">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Type_conversion&amp;p=18">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
