Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Concatenates a string, depending on a key and value pair.
Syntax
client server public static str valueStr(anytype _key, anytype _value)
Run On
Called
Parameters
- _key
Type: anytype
The key value.
- _value
Type: anytype
The value of the value parameter.
Return Value
Type: str
A string that contains a key and value.