TextTransformUtilites.GetTransformedText(String, TextTransform) 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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.