Text aliases

Built-In

Contains functionality related to text transformation.

General

TransformText(string, string, string) Creates a text transformation from the provided template, using the specified placeholder.
TransformText(string) Creates a text transformation from the provided template.
TransformTextFile(FilePath, string, string) Creates a text transformation from the provided template on disc, using the specified placeholder.
TransformTextFile(FilePath) Creates a text transformation from the provided template on disc.

T4 Text Templating

TransformTemplate(FilePath, TextTransformSettings) Transform a text template.
TransformTemplate(FilePath) Transform a text template.