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