Info
Version: | 1.0.5 |
Last Update: | Saturday, June 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GDS.AsciiExtensions |
Install
Install-Package GDS.AsciiExtensions
dotnet add package GDS.AsciiExtensions
paket add GDS.AsciiExtensions
GDS.AsciiExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
As the XML Comments doesn't work with .net standard library (for some reason), i will explain the usage here:
You may now use multiple parameters (in brackets):
"{parametername1} {parametername2}" etc.
(or formatted : Name:{offcie_name} Number:{office_number})
or single parameter: "Name" etc.
(with or without brackets).
Usage :
object.ToAsciiTree("Name","Childs","Tree");
or
object.ToAsciiTree("Name:{Name} Some other property:{SomethingElse}","Childs","Tree");.