Share via


TextTransformUtilites.GetTransformedText(String, TextTransform) Method

Definition

Applies the textTransform to source.

public:
 static System::String ^ GetTransformedText(System::String ^ source, Microsoft::Maui::TextTransform textTransform);
public static string GetTransformedText (string source, Microsoft.Maui.TextTransform textTransform);
static member GetTransformedText : string * Microsoft.Maui.TextTransform -> string
Public Shared Function GetTransformedText (source As String, textTransform As TextTransform) As String

Parameters

source
String

The text to transform.

textTransform
TextTransform

The transform to apply to source.

Returns

The transformed text.

Remarks

For internal use by the .NET MAUI platform mostly.

Applies to