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 422
5a926a03 1417 b66a 5247 fb27326469cf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts the string representation of a tolerance to its tolerance entity equivalent.
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
- String
- A string that represents a tolerance to convert.
Tolerance
The Tolerance entity equivalent to the tolerance contained in s.