Click or drag to resize
Sandcastle Help File BuilderBuildProcessTransformText Method
Transform the specified template text by inserting the necessary values into the place holders tags.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string TransformText(
	string templateText,
	params Object[] args
)

Parameters

templateText
Type: SystemString
The template text to transform
args
Type: SystemObject
An optional list of arguments to format into the template before transforming it.

Return Value

Type: String
The transformed text
See Also