Share

Scale3d.ToString(string, IFormatProvider) Method

Description

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

Visual Basic

Public Function ToString(
    format As string, 
    provider As IFormatProvider
) As string

C#

public string ToString(
    string format, 
    IFormatProvider provider
);

Parameters

Parameters Description
string format Input format to display
IFormatProvider provider Input System.IFormatProvider object.

Returns

string object.

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?