Type Casts

JADE provides two distinct forms of type cast operations, each using the dot operator (.) notation. These forms are:

The language-intrinsic type conversions are deliberately locale-independent so that they produce the same result on any node. This enables you to write code in a locale-neutral manner, to ensure it produces the same results regardless of the locale. For details about: