 | 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
Syntaxpublic static bool TryParseRepresentation(
string s,
out Tolerance result
)
Request Example
View SourceParameters
- 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:
BooleanTrue if the string was converted successfully; otherwise, false.
See Also