Summary
Returns the primitive string.
Description
Returns the primitive value of a String object.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| str | string | yes | The String to get the value of | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| string | string | A string representing the primitive value of a given String object |