FormControl.valueStr Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.