FormControl.valueStr Method [AX 2012]

Retrieves the value of the control in string format.

public str valueStr()

Run On

Client

Return Value

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

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.

Community Additions

ADD
Show: