MindFusion.Wpf Pack Programmer's Guide
T

Returns the text of the specified value.

Syntax  Copy Code

T( Any value )  Text

Parameters

value
Required. The value to test.

Remarks

If value is or refers to text, T returns value. Otherwise, the function returns an empty text. Note, that this is not a type conversion, that is T(5) will produce an empty text, rather than "5".

Example

Formula  Copy Code

=T("test")
=T(123)

See Also

Function Reference
N Function
VALUE Function