String class |
Homepage Wrappers |
The String class "wraps" a string value to allow storing it where a class object is required.
String_new(value = ""):
Creates a new String object.
String_destroy(StringObject):
Destroys the String object and frees its memory.
String_getValue(StringObject):
Returns the value stored in the String object.
String_setValue(StringObject, value = ""):
Sets the value stored in the String object.