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

f9e6ac06 6e52 375b 3f44 66c95d3c0d2e

haplokuon edited this page May 6, 2023 · 1 revision

ToString Method

netDxf 3.0.0 Library

Converts the value of this instance to its equivalent string representation.

Definition

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

C#

public override string ToString()

VB

Public Overrides Function ToString As String

C++

public:
virtual String^ ToString() override

F#

abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

String
The string representation.

See Also

Reference

EntityObject Class
netDxf.Entities Namespace

Clone this wiki locally