Click or drag to resize

Vector2ToString Method (IFormatProvider)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obtains a string that represents the vector.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string ToString(
	IFormatProvider provider
)
Request Example View Source

Parameters

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

Return Value

Type: String
A string text.
See Also