CapyKit/Documentation/Help/N_CapyKit_Helpers.md

45 lines
No EOL
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CapyKit.Helpers Namespace
Utility classes for tasks like data manipulation and reflection.
## Classes
<table>
<tr>
<td><a href="T_CapyKit_Helpers_CalculationHelper.md">CalculationHelper</a></td>
<td>Static class providing helper methods for various calculations.</td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_CompressionHelper.md">CompressionHelper</a></td>
<td>A class that contains methods for managing data compression.</td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_EncryptionHelper.md">EncryptionHelper</a></td>
<td> </td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_LanguageHelper.md">LanguageHelper</a></td>
<td>Helper class for handling text transformations.</td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_SecurityHelper.md">SecurityHelper</a></td>
<td>A class that contains methods for managing secure data processing and cryptography.</td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_SerializationHelper.md">SerializationHelper</a></td>
<td> </td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_SettingsHelper.md">SettingsHelper</a></td>
<td>Static class containing helper methods for retrieving and setting application settings.</td></tr>
</table>
## Interfaces
<table>
<tr>
<td><a href="T_CapyKit_Helpers_IEncryptionAlgorithm.md">IEncryptionAlgorithm</a></td>
<td> </td></tr>
</table>
## Enumerations
<table>
<tr>
<td><a href="T_CapyKit_Helpers_ValidCharacterCollection.md">ValidCharacterCollection</a></td>
<td>An enumeration that defines the types of characters that can be included in a random string.</td></tr>
</table>