You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a byte array marking that UTF-8 encoding is used in application records.
75
+
/// </summary>
76
+
privatestaticReadOnlySpan<byte>CodedCharacterSetUtf8Value=>newbyte[]{0x1B,0x25,0x47};// Uses C#'s optimization to refer to the data segment in the assembly directly, no allocation occurs.
0 commit comments