Click or drag to resize

ToleranceParseRepresentation Method

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

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Tolerance ParseRepresentation(
	string s
)

Parameters

s
Type: SystemString
A string that represents a tolerance to convert.

Return Value

Type: Tolerance
The Tolerance entity equivalent to the tolerance contained in s.
See Also