InterfaceIStringConverter
Interface
Represents a converter that can be used to define a text for some object/value within a given context.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public interface IStringConverter
Methods
Convert(object, object)
Converts the object/value to a string within a given context.