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

64addf0f 4747 1167 91c3 310955774fb1

haplokuon edited this page May 6, 2023 · 1 revision

ToString(IFormatProvider) Method

netDxf 3.0.0 Library

Obtains a string that represents the matrix.

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

Matrix2 Structure
ToString Overload
netDxf Namespace

Clone this wiki locally