Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

eadc5126 92cc 5ad6 a402 66af03ad555f

haplokuon edited this page May 6, 2023 · 1 revision

ToString(IFormatProvider) Method

netDxf 3.0.0 Library

Obtains a string that represents the vector.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public string ToString(
	IFormatProvider provider
)

VB

Public Function ToString ( 
	provider As IFormatProvider
) As String

C++

public:
String^ ToString(
	IFormatProvider^ provider
)

F#

member ToString : 
        provider : IFormatProvider -> string 

Parameters

  IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

String
A string text.

See Also

Reference

Vector4 Structure
ToString Overload
netDxf Namespace

Clone this wiki locally