Skip to content

NSAttributedString/NSString constructor from StringBuilder #15446

Open
@Therzok

Description

@Therzok

Steps to Reproduce

  1. Use a StringBuilder to construct a string
  2. new NSAttributedString(sb.ToString())
  3. Feel powerless when allocations can't be avoided

Expected Behavior

There should be a way to construct the NSAttributedString/NSString from the StringBuilder chunks, instead of having to map the entire string in memory.

Actual Behavior

The opposite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA feature to be implementedhelp wantedThis is an issue or pull request where we request help from the community to fix or complete

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions