Andeart.CaseConversions
2.0.3
dotnet add package Andeart.CaseConversions --version 2.0.3
NuGet\Install-Package Andeart.CaseConversions -Version 2.0.3
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="Andeart.CaseConversions" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Andeart.CaseConversions --version 2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Andeart.CaseConversions, 2.0.3"
#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 Andeart.CaseConversions as a Cake Addin #addin nuget:?package=Andeart.CaseConversions&version=2.0.3 // Install Andeart.CaseConversions as a Cake Tool #tool nuget:?package=Andeart.CaseConversions&version=2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CaseConversions
CaseConversions lets you manipulate strings from one case-styling to another.
API
// Converts text to camelCase.
string ToCamelCase (this string text);
// Converts text to PascalCase.
string ToPascalCase (this string text);
// Converts text to lower_snake_case.
string ToLowerSnakeCase (this string text);
// Converts text to _underscoreCamelCase.
string ToUnderscoreCamelCase (this string text);
Feedback and Contribution
Please feel free to send in a Pull Request, or drop me an email. Cheers!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Andeart.CaseConversions:
Package | Downloads |
---|---|
Andeart.JsonButler
JsonButler generates C# types and files from JSON data, and serializes types to JSON without explicit object instantiation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 5,201 | 2/25/2019 |
Initial release, with core functionalities.