TextTransformationTemplate.

TextTransformationTemplate(string) Constructor

Summary

Initializes a new instance of the TextTransformationTemplate class.
Namespace
Cake.Core.Text
Containing Type
TextTransformationTemplate

Syntax

public TextTransformationTemplate(string template)

Parameters

Name Type Description
template string The template.

Return Value

Type Description
void