Click or drag to resize

MeshEdgeToString Method (IFormatProvider)

Obtains a string that represents the mesh edge.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: String
A string text.
See Also