GMana.Utils 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package GMana.Utils --version 0.0.4
                    
NuGet\Install-Package GMana.Utils -Version 0.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GMana.Utils" Version="0.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GMana.Utils" Version="0.0.4" />
                    
Directory.Packages.props
<PackageReference Include="GMana.Utils" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GMana.Utils --version 0.0.4
                    
#r "nuget: GMana.Utils, 0.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GMana.Utils@0.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GMana.Utils&version=0.0.4
                    
Install as a Cake Addin
#tool nuget:?package=GMana.Utils&version=0.0.4
                    
Install as a Cake Tool

GMana.Utils

Extensions

  • IsKhmer
  • ContainsKhmer

Helpers

  • GetIPAddress

Converter

    decimal number = 165.93m;

    // Using Dollar in English
    string result = NumberToWordsConverter.ConvertToWords(number);
    Console.WriteLine(result); // One Hundred Sixty-Five Dollar and Ninety-Three Cents

    // Using Dollar (ដុល្លារ)
    string dollarResult = NumberToKhmerWordsConverter.ConvertToKhmerWords(number, "ដុល្លារ");
    Console.WriteLine(dollarResult); // Outputs: "មួយរយហុកសិបប្រាំ ដុល្លារ និង កៅសិបបី សេន"

    // Using Riel (រៀល)
    string rielResult = NumberToKhmerWordsConverter.ConvertToKhmerWords(number, "រៀល");
    Console.WriteLine(rielResult); // Outputs: "មួយរយហុកសិបប្រាំ រៀល"
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GMana.Utils:

Package Downloads
GMana.Extensions

The GMana.Extensions is a .NET library that provides a collection of extension methods to enhance functionality for common .NET types, including string manipulation, numeric formatting, JSON handling, dictionary operations, enum utilities, character validation, and byte size formatting. Features specialized Khmer language support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.11 168 8/13/2025
0.0.10 177 5/7/2025
0.0.9 140 5/2/2025
0.0.8 173 3/20/2025
0.0.7 151 3/19/2025
0.0.6 216 3/7/2025
0.0.5 111 2/28/2025
0.0.4 105 2/26/2025
0.0.3 136 2/13/2025
0.0.2 100 1/27/2025
0.0.1 107 1/22/2025