Skip to content

Commit fbd0ac2

Browse files
authored
Update Utf8Formatter.cs
1 parent 7286029 commit fbd0ac2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Hexa.NET.Utilities/Text/Utf8Formatter.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ public static unsafe bool Is<T>(this TypedReference reference, [MaybeNullWhen(fa
4646
#endif
4747

4848
/// <summary>
49-
/// Will be moved to Hexa.NET.Utilities later.
49+
/// Provides high-performance formatting utilities for UTF-8 encoded strings using raw pointers.
50+
/// Designed for scenarios where direct memory manipulation is needed for speed or low-level control.
51+
/// This class operates exclusively on raw pointers and does not perform any managed string allocations.
5052
/// </summary>
5153
public static class Utf8Formatter
5254
{
@@ -1858,4 +1860,4 @@ private unsafe static int CountAhead(char** format, char* formatEnd, char target
18581860
return count;
18591861
}
18601862
}
1861-
}
1863+
}

0 commit comments

Comments
 (0)