Method SetValue
| Edit this page View SourceSetValue(string)
Sets the value of a control.
Declaration
public void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The value to set. The provider is responsible for converting the value to the appropriate data type. |