Table of Contents

Namespace Dynamicweb.Core.Helpers

Classes

DateHelper

Class Dates contains date formatting strings and methods.

FileHelper
FilePathHelper
JsonHelper

The JsonHelper class provides methods that can serialize and deserialize objects to and from Json

ListHelper

Class contains list helper methods.

StringHelper

This class contains methods for stripping and converting strings.

TextFileHelper

Provides utility methods for reading and writing text files with built-in error handling, retry mechanisms, and support for file encoding. This class is designed to simplify common file operations while ensuring robust handling of file system limitations, such as access permissions or transient I/O errors.

TypeParser

Parse string value to typed value

To top