 | ToleranceParseRepresentation Method |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the string representation of a tolerance to its tolerance entity equivalent.
Namespace:
netDxf.Entities
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic static Tolerance ParseRepresentation(
string s
)
Request Example
View SourceParameters
- s
- Type: SystemString
A string that represents a tolerance to convert.
Return Value
Type:
ToleranceThe Tolerance entity equivalent to the tolerance contained in s.
See Also