Value.string
Description:
Create a new Value from string.
If you need to create a Value from a string containing null characters, use Value.string_from_bytes instead.
Parameters:
| context |
a Context |
| string |
a null-terminated string |
Returns:
|
a Value. |