Feedback
Add String.ToCodePoints
- Status
- Fixed
- Fixed in
- v26.6.6
- Source discussion
- https://forum.objo.dev/d/446-instance-method-stringtocodepoints-as-arrayof-integer
- Last updated
- 2026-06-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add String.ToCodePoints() As Integer() so ObjoBasic code can convert a string to an array of Unicode code points without allocating one-character strings for each element. This complements String.FromCodePoints() and improves workflows that need to work directly in the code point domain.