|
Zen API
|
Converts k8s value to string.
If the buffer is insufficient, the copy will transfer as many characters as possible, null-terminate the resulting string, and return kERROR_INCOMPLETE.
If the capacity is zero, kERROR_PARAMETER will be returned.
| value | Input value. |
| buffer | Destination for the string copy. |
| capacity | Capacity of destination buffer, in characters. |