VirtualVariable.ToString() Method

Top 

Description

Converts the value to a string representation (e.g. scientific, floating point, or integer) based on the magnitude of the value. If you require a specific format, use the Variable.ToString(String) method overload, the Format method for scientific or floating point representations, or the IFormat method for integer representations.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VirtualVariable.ToString(

)

 

 

Return Value

Type:

string

 

 

The resulting String from the conversion.

 

Syntax

myString1 = mySpacecraft1.A.ToString();

 

 

See also

VirtualVariable Object

VirtualVariable.ToString