Show / Hide Table of Contents

Interface ITokenTransformer

The TokenTransformer interface.

Namespace: MESL.SqlRace.Domain.VirtualParameters
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ITokenTransformer

Methods

Process(String)

The Processes Tokens.

Declaration
string Process(string token)
Parameters
Type Name Description
System.String token

The token to transform.

Returns
Type Description
System.String

The System.String Processed Token.

Back to top Generated by DocFX