FormControl.valueStr Method

Retrieves the value of the control in string format.

Syntax

public str valueStr()

Run On

Client

Return Value

Type: str
The value of the control in string format.

Remarks

The valueStr method can be bound to the data source. The valueStr method should never be used in control validation methods. Instead, use the text method in control validation methods.

See Also

Reference

FormControl Class