Skip to content

v3.1.0

Choose a tag to compare

@linkdotnet linkdotnet released this 31 Oct 15:46
1ae92d9

Added

  • Added PadLeft(ReadOnlySpan<char>, int, char) and PadRight(ReadOnlySpan<char>, int, char) methods to append padded strings without allocating additional memory (by @SMAH1 in #260)