string(string value) returns string
Geeft de tekst onveranderd terug.Functie
Argument | Types | Omschrijving |
---|---|---|
value | string | Tekst waarde. |
Result | string | Geeft de tekst waarde terug als tekst. |
Voorbeelden
string("Abc") = "Abc"
Argument | Types | Omschrijving |
---|---|---|
value | string | Tekst waarde. |
Result | string | Geeft de tekst waarde terug als tekst. |
string("Abc") = "Abc"