Delegate RuntimeStringTransformer
Represents a function that attempts to transform a token into a defined string value.
public delegate bool RuntimeStringTransformer(string token, out string result)
Parameters
Returns
- Extension Methods
Represents a function that attempts to transform a token into a defined string value.
public delegate bool RuntimeStringTransformer(string token, out string result)