SplitScript reference / Migration / Numeric string parsing
Numeric string parsing
Migration from C#
Source pattern
Look for the C# concept Numeric string parsing 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
Replace static Parse/TryParse calls and output parameters with fallible text.parse() and ordinary T! handling.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
String.parse (standard library)