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