Array.ToStringArray(String) Method |
Top |
DescriptionReturns a copy of the Array in the form of a StringArray. This is equivalent to creating a StringArray consisting of each element of the called Array using the ToString() method, with the format argument specifying how the numeric value should be formatted.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a StringArray object that contains the values of the Array as Strings.
Syntax
See also Matrix, Array, and Variable Math Guide
|