GetVal(AscendString &value)
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the attribute value of the string type.
Prototype
1 | int32_t GetVal(AscendString &value) const = 0 |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
value |
Output |
Obtained attribute value of the AscendString type. |
Returns
- 0: success
- For details about other returns, see UDF Error Codes.
Troubleshooting
None
Constraints
None
Parent topic: Class AttrValue