Interface IStringConverter
Represents a converter that can be used to define a text for some object/value within a given context.
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IStringConverter
Methods
Convert(Object, Object)
Converts the object/value to a string within a given context.
Declaration
string Convert(object value, object context)
Parameters
System.Object
value
|
System.Object
context
|
Returns
System.String
|