Constructor StringValue
StringValue(String)
Initializes a new instance of the StringValue with
the specified
string value.
Declaration
public StringValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value | The value which this instance will represent. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | If
value is null. |