Skip to content

fire-cloud-apps/FC.Extensions

Repository files navigation

FC.Extension

Version Downloads

Project status: active.

FC.Extension is a library which adds reduces the coding effort for the development team. I have tried to add most the methods which I used in my project and felt that it will be add values to most of the developer community.

Download

  • NuGet: Install-Package FC.Core.Extension

Features

  • Ready to use in the project as an extension
  • File Extension support
  • String Extension
  • Numeric Extension
  • Targets .NET Core 3.1+
  • No external dependencies

Usage

Quick start

Step 1:

Install-Package FC.Core.Extension

Step 2:

using FC.Core.Extension.StringHandlers;
..
string planText = "FC Core Extension. String encrypt";
string encryptedValue = planText.Encrypt("123457855");
Console.WriteLine($"Plan Text : {Value} Encrypted Value : {encryptedValue} Key : {Key}");

⚠️ All Set. Use the same method for other extension methods. The full featured document available in the Gitbook,

Other Extension

Complete

About

A extension library project for all .NET Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages