SplitScript reference / Migration / Display conversion
Display conversion
Migration from C#
Source pattern
Look for the C# concept Display 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
Use value as String for ordinary Display conversion and integer.toString(radix) for bases 2 through 36; culture, null, and object overloads require separate policies.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
as (language)
-
Integer.toString (standard library)