Property AsString
AsString
Gets the value of this instance as string.
Declaration
public virtual string AsString { get; }
Property Value
| Type | Description |
|---|---|
| String | string value of this instance. |
Remarks
Valid only if this instance is StringValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not StringValue. |