TextCaseConverter Class
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.
Converts text (string, char) to certain case as specified with Type or the parameter of the Convert method.
[Xamarin.Forms.ContentProperty("Type")]
public class TextCaseConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
- Inheritance
- Attributes
- Implements
Type |
The desired text case that the text should be converted to. |
Convert(Object, Type, Object, Culture |
Converts text (string, char) to certain case. |
Convert |
This method is not implemented and will throw a System.NotImplementedException. |
Provide |
(Inherited from ValueConverterExtension) |
IMarkup |
(Inherited from ValueConverterExtension) |
Product | Versions |
---|---|
Xamarin Community Toolkit | Latest |