Convert to String
|
Signature |
|---|
|
ToString(signal) |
|
Description |
|---|
|
Converts a signal value to a string. Can be used to detect if two enumeration signals have the same physical, i.e. verbal value. Example: ToString(Enumeration1) = ToString(Enumeration2)? |
|
Result |
|---|
|
The string value. If signal is of type String, the returned value will be the same as the input value. |
|
Arguments |
|
|---|---|
|
signal |
The signal to be converted. Must be of type Enumeration (VTAB) or String. |