Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

Returns a [!:SpiderMaster.String] that represents this instance.

Namespace:  SpiderMaster
Assembly:  SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ToString(
	int SignificantPlaces,
	bool IncludeTime
)
Public Function ToString ( _
	SignificantPlaces As Integer, _
	IncludeTime As Boolean _
) As String
public:
String^ ToString(
	int SignificantPlaces, 
	bool IncludeTime
)

Parameters

SignificantPlaces
Int32
The significant places.
IncludeTime
Boolean
if set to true [include time].

Return Value

A [!:SpiderMaster.String] that represents this instance.

See Also