GH_ValueProxyT Methods |
The GH_ValueProxyT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Duplicate | ||
| Duplicate_T | ||
| FromString |
Performs the String->Value parsing. The default implementation always returns False.
| |
| MutateString | ||
| ToString |
Performs a default ToString operation on the local value.
If the value is Nothing, an empty String is returned.
(Overrides ObjectToString.) |