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
)
Public Function ToString (
provider As IFormatProvider
) As String
public:
String^ ToString(
IFormatProvider^ provider
)
member ToString :
provider : IFormatProvider -> string
METHOD ToString(
provider AS IFormatProvider
) AS STRING
Parameters
- provider
- Type: SystemIFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
StringA string text.
See Also