Minimod.PrettyText
0.9.8
See the version list below for details.
dotnet add package Minimod.PrettyText --version 0.9.8
NuGet\Install-Package Minimod.PrettyText -Version 0.9.8
<PackageReference Include="Minimod.PrettyText" Version="0.9.8" />
paket add Minimod.PrettyText --version 0.9.8
#r "nuget: Minimod.PrettyText, 0.9.8"
// Install Minimod.PrettyText as a Cake Addin #addin nuget:?package=Minimod.PrettyText&version=0.9.8 // Install Minimod.PrettyText as a Cake Tool #tool nuget:?package=Minimod.PrettyText&version=0.9.8
Extends System.String by following methods:
a) ShortenTo(int length): Crops a text to fit into certain number of chars. Appends ... if it has to be cropped;
b) WrapAt(int margin): Nicely wraps a text at the given margin. Tries not to split in the middle of words.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Minimod.PrettyText:
Package | Downloads |
---|---|
Minimod.PrettyPrint
Creates nice textual representations of any objects. Mostly meant for debug/informational output. |
GitHub repositories
This package is not used by any popular GitHub repositories.