2 references to GetTrimmedString
System.Formats.Tar (2)
System\Formats\Tar\TarHelpers.cs (2)
303internal static string GetTrimmedAsciiString(ReadOnlySpan<byte> buffer) => GetTrimmedString(buffer, Encoding.ASCII); 307internal static string GetTrimmedUtf8String(ReadOnlySpan<byte> buffer) => GetTrimmedString(buffer, Encoding.UTF8);