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. |