ktsu.io.CaseConverter 1.0.1

Prefix Reserved
dotnet add package ktsu.io.CaseConverter --version 1.0.1                
NuGet\Install-Package ktsu.io.CaseConverter -Version 1.0.1                
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="ktsu.io.CaseConverter" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.io.CaseConverter --version 1.0.1                
#r "nuget: ktsu.io.CaseConverter, 1.0.1"                
#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.
// Install ktsu.io.CaseConverter as a Cake Addin
#addin nuget:?package=ktsu.io.CaseConverter&version=1.0.1

// Install ktsu.io.CaseConverter as a Cake Tool
#tool nuget:?package=ktsu.io.CaseConverter&version=1.0.1                

CaseConverter

A library with extension methods to convert strings between common casings used in code.

  • ToTitleCase (Title Case)
  • ToPascalCase (PascalCase)
  • ToCamelCase (camelCase)
  • ToSnakeCase (snake_case)
  • ToKebabCase (kebab-case)
  • ToMacroCase (MACRO_CASE)
  • ToUppercaseFirstChar (UppercaseFirstChar)
  • ToLowercaseFirstChar (lowercaseFirstChar)
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ktsu.io.CaseConverter:

Package Downloads
ktsu.io.ImGuiWidgets

A library for custom widgets using ImGui.NET.

ktsu.io.AppDataStorage

Application data management library using JSON serialization to save and load data in the user's app data folder.

ktsu.io.ImGuiPopups

A library for custom popups using ImGui.NET.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 1,784 5/30/2024
1.0.0 915 3/29/2024
1.0.0-alpha.5 157 3/21/2024
1.0.0-alpha.4 75 3/21/2024
1.0.0-alpha.3 293 2/29/2024
1.0.0-alpha.2 272 11/26/2023
1.0.0-alpha.1 65 11/26/2023