Interface
IStringConverter

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.

Declaration

cs-api-definition
string Convert(object value, object context)

Parameters

value

object

context

object

Returns

string

In this article
DefinitionMethodsConvert(object, object)
Not finding the help you need?
Contact Support