This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
64addf0f 4747 1167 91c3 310955774fb1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains a string that represents the matrix.
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
- IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
String
A string text.