string()
Transforms the bound value to a string, optionally using the specified format.
string(format?: string): Binding<string>;
Parameters
- format — A fmt format string to format the value, e.g.
Value: {},{:.2f}
Return value
A new binding, typed as a string
Related
class Binding
A class that represents a property binding.
