SubstitutionTagReplacement.TransformText Method

Transform the specified template text by replacing the substitution tags with the corresponding project property values.

Definition

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

Parameters

templateText  String
The template text to transform
args  Object[]
An optional list of arguments to format into the template before transforming it

Return Value

String
The transformed text

See Also