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)
Syntaxpublic string ToString(
string format,
IFormatProvider provider
)
Public Function ToString (
format As String,
provider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ provider
) sealed
abstract ToString :
format : string *
provider : IFormatProvider -> string
override ToString :
format : string *
provider : IFormatProvider -> string
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:
StringA string containing the 3 points in the specified format, separated by commas.
Implements
IFormattableToString(String, IFormatProvider)
See Also