Autodesk.AutoCAD.EditorInput Namespace > FenceSelectedSubObject Class > FenceSelectedSubObject Methods > ToString Method > ToString(IFormatProvider) Method
FenceSelectedSubObject.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 culture-specific format 
Links
   Comments?