ISubstitutionTagsTransformText Method
Transform the specified template text by replacing the substitution tags with the corresponding
project property values.
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
string TransformText(
string templateText,
params Object[] args
)
Function TransformText (
templateText As String,
ParamArray args As Object()
) As String
String^ TransformText(
String^ templateText,
... array<Object^>^ args
)
abstract TransformText :
templateText : string *
args : Object[] -> string
- templateText String
- The template text to transform
- args Object
- An optional list of arguments to format into the template before transforming it
StringThe transformed text