Share via


FormControl.valueStr Method

Definition

Retrieves the value of the control in string format.

public:
 virtual System::String ^ valueStr();
public virtual string valueStr ();
abstract member valueStr : unit -> string
override this.valueStr : unit -> string
Public Overridable Function valueStr () As String

Returns

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.

Applies to