ISubstitution TagsTransform Text Method
Transform the specified template text by replacing the substitution tags with the corresponding
project property values.
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The transformed text
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string TransformText(
string templateText,
params Object[] args
)VB
Function TransformText (
templateText As String,
ParamArray args As Object()
) As StringC++
String^ TransformText(
String^ templateText,
... array<Object^>^ args
)F#
abstract TransformText :
templateText : string *
args : Object[] -> string 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
StringThe transformed text