Click or drag to resize

ToleranceTryParseRepresentation Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Tries to convert the specified string representation of a tolerance to its tolerance entity equivalent. A return value indicates whether the conversion succeeded or failed.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool TryParseRepresentation(
	string s,
	out Tolerance result
)
Request Example View Source

Parameters

s
Type: SystemString
A string that represents the tolerance to convert.
result
Type: netDxf.EntitiesTolerance
If the conversion has been successful, it contains the tolerance entity equivalent to the string representation; otherwise, null.

Return Value

Type: Boolean
True if the string was converted successfully; otherwise, false.
See Also