Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.26 KB

File metadata and controls

12 lines (11 loc) · 1.26 KB

Lombiq Helpful Libraries - Common Libraries - Utilities

  • CultureHelpers: A static helper class with utility functions for retrieving available countries and languages.
  • ExceptionHelpers: Using these helpers, arguments can be tested without writing if statements.
  • FileSystemHelper: Some shortcuts for file system operations.
  • JsonHelpers: JSON syntax can be validated with the ValidateJsonIfNotNull() helper method.
  • NonSecurityRandomizer: A wrapper around System.Random for explicitly not security-related usage-cases.
  • Sha256Helper: A static helper class with the ComputeHash() 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-only Version collection 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.