app-string

On this page:

valueOf

Summary

Returns the primitive string.

Description

Returns the primitive value of a String object.

Route

POST /string/valueOf

Roles

admin

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