Interface IFormatResult
Defines members form formatting value to string.
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public interface IFormatResult
Methods
FormatResult(Object)
Invokes the formatting function.
Declaration
string FormatResult(object input)
Parameters
System.Object
input
|
Returns
System.String
|