Returns the string with the same characters as name.
makeString ( name As Name ) As String
Argument | Type | Description |
---|---|---|
name | Name | The string returned will be lowercase. |
Intent >makeString(:test_name) --> "test_name"
Intent >makeString(:TEST_NAME) --> "test_name"