SplitScript reference / Migration / Integer conversion
Integer conversion
Migration from C#
Source pattern
Look for the C# concept Integer conversion in the source. The semantic difference below is more important than a token-for-token rewrite.
Canonical SplitScript
Use the canonical language and API symbols linked below.
Semantic difference
Choose fixed-width as, midpoint-to-even rounding, strict string parsing, or an explicit boolean mapping from the source type; C# checked overflow is not SplitScript cast behavior.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
as (language)
-
if (language)
-
String.parse (standard library)
-
Float.round (standard library)