Feedback
Expose explicit String.Intern() API
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/364-string-interning
- Last updated
- 2026-06-15
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Expose an explicit String.Intern() API so ObjoBasic code can opt into CLR string interning for repeated, bounded string values such as state codes, statuses, categories, and other enum-like text loaded at runtime. The method should preserve the exact string value and return the interned string instance.