RanorexRanorex Documentation
ToString Method (format, formatProvider)
NamespacesRanorexImaging..::.FindOptionsToString(String, IFormatProvider)
Returns a string representation of the instance using the specified format.
Declaration Syntax
C#Visual BasicVisual C++
public string ToString(
	string format,
	IFormatProvider formatProvider
)
Public Function ToString ( _
	format As String, _
	formatProvider As IFormatProvider _
) As String
public:
virtual String^ ToString(
	String^ format, 
	IFormatProvider^ formatProvider
) sealed
Parameters
format (String)
The String specifying the format to use or null to use the default format (G).
formatProvider (IFormatProvider)
Not used.
Return Value
A string representation of the instance.
Remarks
The following string values are valid for format:
Format StringDescription and Associated Properties
g
General format, containing nomination of values.
s
Short format, no nomination of values.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)