Lombiq Helpful Libraries - Common Libraries - Utilities
June 6, 2025 ยท View on GitHub
CultureHelpers: A static helper class with utility functions for retrieving available countries and languages.ExceptionHelpers: Using these helpers, arguments can be tested without writingifstatements.FileSystemHelper: Some shortcuts for file system operations.HtmlHelper: Tools for parsing and converting HTML code using AngleSharp.JsonHelpers: JSON syntax can be validated with theValidateJsonIfNotNull()helper method.NonSecurityRandomizer: A wrapper aroundSystem.Randomfor explicitly not security-related usage-cases.Sha256Helper: A static helper class with theComputeHash()utility function that converts text into SHA-256 hash string.StringHelper: A static helper class with utility functions for concatenating and generating strings, particularly in a culture invariant manner.Union: A container type which is a union of two different types. Only either of the two types can be set at the same time.VersionTree: A read-onlyVersioncollection that organizes the provided versions into a tree structure by version parts. Can be used to resolve a floating (partial) version from a collection of specific versions.XmlHelper: Utility class to streamline XML serialization/deserialization.