Method AsString
AsString()
Explicitly casts this Property into a string. Handle convertible types properly.
Declaration
public string AsString()
Returns
| Type | Description |
|---|---|
| string | The string value. |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if the stored type isn't supported. |