Share via


TextCaseConverter Class

Definition

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
System.Object
TextCaseConverter
Attributes
Implements

Constructors

TextCaseConverter()

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

IMarkupExtension.ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Applies to