EstecheAssemblies 1.0.7
Good functionalities, such as:
FriendlyTimeSpan: Transforming the TimeSpan of the difference between an x DateTime and now into a friendly text. E.g. "00:00:04" = "4 minutes ago" or “00:05:32” = “5 hours ago”. (So far it is available in English, Chinese, Spanish and Swedish.)
Futhermore is including: IsDateTime, IsGuid, IsAbsNumeric, Text => ToHtml() and IsSwedishPersonalNumber
Install-Package EstecheAssemblies -Version 1.0.7
dotnet add package EstecheAssemblies --version 1.0.7
<PackageReference Include="EstecheAssemblies" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EstecheAssemblies --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EstecheAssemblies, 1.0.7"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
* Add Extension ToHtml() for string datatype.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EstecheAssemblies:
Package | Downloads |
---|---|
BlazorMarkdown2Html
Display markdown files in html format directly in a Blazor with a component.
The only think a developer need to do it is to add the path to the file e.g. "ReadMe.md" into the parameter "documentName" and the rest it is handled by the component. If you give the default css it even handle dark and light mode heritated from the webbrowser.
|
GitHub repositories
This package is not used by any popular GitHub repositories.