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
)
Public Shared Function ParseRepresentation (
s As String
) As Tolerance
public:
static Tolerance^ ParseRepresentation(
String^ s
)
static member ParseRepresentation :
s : string -> Tolerance
STATIC METHOD ParseRepresentation(
s AS STRING
) AS Tolerance
Parameters
- 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