Generate API docs as markdown

This commit is contained in:
Jordan Wages 2026-07-07 01:56:58 -05:00
commit 85e90f7bd5
120 changed files with 14227 additions and 76482 deletions

View file

@ -0,0 +1,42 @@
# <a id="CapyKit_Helpers"></a> Namespace CapyKit.Helpers
### Classes
[CalculationHelper](CapyKit.Helpers.CalculationHelper.md)
Static class providing helper methods for various calculations.
[CompressionHelper](CapyKit.Helpers.CompressionHelper.md)
A class that contains methods for managing data compression.
[EncryptionHelper](CapyKit.Helpers.EncryptionHelper.md)
[KeyHelper](CapyKit.Helpers.KeyHelper.md)
A class that contains methods for managing key creation and validation against a master key.
[LanguageHelper](CapyKit.Helpers.LanguageHelper.md)
Helper class for handling text transformations.
[SecurityHelper](CapyKit.Helpers.SecurityHelper.md)
A class that contains methods for managing secure data processing and cryptography.
[SerializationHelper](CapyKit.Helpers.SerializationHelper.md)
[SettingsHelper](CapyKit.Helpers.SettingsHelper.md)
Static class containing helper methods for retrieving and setting application settings.
### Interfaces
[IEncryptionAlgorithm](CapyKit.Helpers.IEncryptionAlgorithm.md)
### Enums
[ValidCharacterCollection](CapyKit.Helpers.ValidCharacterCollection.md)
An enumeration that defines the types of characters that can be included in a random string.