Table of Contents

Interface IStringProcessor<TReturn>

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Provides a mechanism for processing string literals, for example to allow them to have different encodings.

public interface IStringProcessor<out TReturn>

Type Parameters

TReturn
Extension Methods

Methods

Process(string)

Processes the specified input string.

public static abstract TReturn Process(string input)

Parameters

input string

The string to process.

Returns

TReturn

The processed object.