Returns a string representation.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public string ToString(
	string sep
)
Visual C++
public:
String^ ToString(
	String^ sep
)
F#
member ToString : 
        sep:string -> string 

Parameters

sep
Type: System..::..String
The separator string.

Return Value

[Missing <returns> documentation for "M:Spherical.Region.ToString(System.String)"]

See Also