Array.IFormat(String) Method |
Top |
DescriptionConverts the integer values contained within the calling Array into a string based on the format specifiers given by formatString. If values in the calling Array are not integers, only the integer parts of the values will be used. Array elements will be delimited using a space.
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 String containing the converted version of the calling Array.
Syntax
See also Matrix, Array, and Variable Math Guide
|