TextTransformation.TransformText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate the output text of the transformation
public:
abstract System::String ^ TransformText();
public:
abstract Platform::String ^ TransformText();
abstract std::wstring TransformText();
public abstract string TransformText ();
abstract member TransformText : unit -> string
Public MustOverride Function TransformText () As String