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

31fc0d95 8476 2bbe 0173 478a701eae7b

haplokuon edited this page May 6, 2023 · 1 revision

ToStringRepresentation Method

netDxf 3.0.0 Library

Converts the actual tolerance to its string representation.

Definition

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

C#

public string ToStringRepresentation()

VB

Public Function ToStringRepresentation As String

C++

public:
String^ ToStringRepresentation()

F#

member ToStringRepresentation : unit -> string 

Return Value

String
The tolerance string representation.

See Also

Reference

Tolerance Class
netDxf.Entities Namespace

Clone this wiki locally