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

5a926a03 1417 b66a 5247 fb27326469cf

haplokuon edited this page May 6, 2023 · 1 revision

ParseStringRepresentation Method

netDxf 3.0.0 Library

Converts the string representation of a tolerance to its tolerance entity equivalent.

Definition

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

C#

public static Tolerance ParseStringRepresentation(
	string s
)

VB

Public Shared Function ParseStringRepresentation ( 
	s As String
) As Tolerance

C++

public:
static Tolerance^ ParseStringRepresentation(
	String^ s
)

F#

static member ParseStringRepresentation : 
        s : string -> Tolerance 

Parameters

  String
A string that represents a tolerance to convert.

Return Value

Tolerance
The Tolerance entity equivalent to the tolerance contained in s.

See Also

Reference

Tolerance Class
netDxf.Entities Namespace

Clone this wiki locally