InterpolatedString
Provides factory methods to create interpolated strings efficiently.
public static MemoryOwner<char> Allocate(MemoryAllocator<char> allocator, IFormatProvider provider, ref PoolingInterpolatedStringHandler handler)
Formats interpolated string as a rented buffer of characters.
public static MemoryOwner<char> Allocate(MemoryAllocator<char> allocator, ref PoolingInterpolatedStringHandler handler)
Formats interpolated string as a rented buffer of characters.