An open API service indexing awesome lists of open source software.

https://github.com/sandre58/mynethumanizer

A versatile class library designed to simplify the process of converting objects into human-readable strings in .NET applications.
https://github.com/sandre58/mynethumanizer

csharp humanizer mynet net80 netcore

Last synced: about 1 year ago
JSON representation

A versatile class library designed to simplify the process of converting objects into human-readable strings in .NET applications.

Awesome Lists containing this project

README

          






My .NET Humanizer

[![Downloads][downloads-shield]][downloads-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]




The .NET Humanizer is a versatile class library designed to simplify the process of converting objects into human-readable strings in .NET applications. This library provides developers with an easy-to-use interface for generating informative and understandable string representations of complex objects.


Supporting only .NET 8.0

[![Language][language-shield]][language-url]
[![Framework][framework-shield]][framework-url]
[![Version][version-shield]][version-url]
[![Build][build-shield]][build-url]

## Getting Started

To start using My .NET Humanizer in your project, follow these steps:

1. Install the library via NuGet Package Manager:
```bash
dotnet add package MyNet.Humanizer

## What's included ?

- **Object to String Conversion**: Convert objects of various types into string representations using simple and intuitive methods.

- **Customizable Formatting**: Customize the format and structure of generated strings to suit specific requirements and preferences.

- **Localization Support**: Support for localization and multi-language string generation, enabling applications to display translated strings based on user preferences.

## License

Copyright © Stéphane ANDRE.

My .NET Humanizer is provided as-is under the MIT license. For more information see [LICENSE](./LICENSE).

[language-shield]: https://img.shields.io/github/languages/top/sandre58/MyNetHumanizer
[language-url]: https://github.com/sandre58/MyNetHumanizer
[forks-shield]: https://img.shields.io/github/forks/sandre58/MyNetHumanizer?style=for-the-badge
[forks-url]: https://github.com/sandre58/MyNetHumanizer/network/members
[stars-shield]: https://img.shields.io/github/stars/sandre58/MyNetHumanizer?style=for-the-badge
[stars-url]: https://github.com/sandre58/MyNetHumanizer/stargazers
[issues-shield]: https://img.shields.io/github/issues/sandre58/MyNetHumanizer?style=for-the-badge
[issues-url]: https://github.com/sandre58/MyNetHumanizer/issues
[license-shield]: https://img.shields.io/github/license/sandre58/MyNetHumanizer?style=for-the-badge
[license-url]: https://github.com/sandre58/MyNetHumanizer/blob/main/LICENSE
[build-shield]: https://img.shields.io/github/actions/workflow/status/sandre58/MyNetHumanizer/ci.yml?logo=github&label=CI
[build-url]: https://github.com/sandre58/MyNetHumanizer/actions
[downloads-shield]: https://img.shields.io/github/downloads/sandre58/MyNetHumanizer/total?style=for-the-badge
[downloads-url]: https://github.com/sandre58/MyNetHumanizer/releases
[framework-shield]: https://img.shields.io/badge/.NET-8.0-purple
[framework-url]: https://github.com/sandre58/MyNetHumanizer/tree/main/src/MyNet.Humanizer
[version-shield]: https://img.shields.io/nuget/v/MyNet.Humanizer
[version-url]: https://www.nuget.org/packages/MyNet.Humanizer