Click or drag to resize

Triangle3dToString Method (String, IFormatProvider)

Returns a string representing the current instance of Triangle3d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public string ToString(
	string format,
	IFormatProvider provider
)

Parameters

format
Type: SystemString
String format to be used for the points.
provider
Type: SystemIFormatProvider
Format provider to be used to format the points.

Return Value

Type: String
A string containing the 3 points in the specified format, separated by commas.

Implements

IFormattableToString(String, IFormatProvider)
See Also