SubstitutionTagReplacementTransformText Method
Transform the specified template text by replacing the substitution tags with the corresponding
project property values.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string TransformText(
string templateText,
params Object[] args
)
Public Function TransformText (
templateText As String,
ParamArray args As Object()
) As String
public:
String^ TransformText(
String^ templateText,
... array<Object^>^ args
)
member 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