Share

Point3d.ToString(IFormatProvider) Method

Description

Returns an equivalent string representation of this object, in the culture-specific format defined by provider.

Visual Basic

Public Function ToString(
    provider As IFormatProvider
) As string

C#

public string ToString(
    IFormatProvider provider
);

Parameters

Parameters Description
IFormatProvider provider Input for culture-specific format

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?