TextCaseConverter Class

Definition

Converts text (string, char) to certain case as specified with Type or the parameter of the Convert method.

C#
[Xamarin.Forms.ContentProperty("Type")]
public class TextCaseConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
Inheritance
System.Object
TextCaseConverter
Attributes
Implements

Constructors

Properties

Type

The desired text case that the text should be converted to.

Methods

Convert(Object, Type, Object, CultureInfo)

Converts text (string, char) to certain case.

ConvertBack(Object, Type, Object, CultureInfo)

This method is not implemented and will throw a System.NotImplementedException.

ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Explicit Interface Implementations

Applies to

Product Versions
Xamarin Community Toolkit Latest