Triangle2dToString Method (String) |
Returns a string representing the current instance of Triangle2d.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string ToString(
string format
)
Public Function ToString (
format As String
) As String
public:
String^ ToString(
String^ format
)
member ToString :
format : string -> string
Parameters
- format
- Type: SystemString
String format to be used for the points.
Return Value
Type:
StringA string containing the 3 points in the specified format, separated by commas.
See Also