This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
d40cae07 d760 fdae 6233 3c5ed85b6b3f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Parses the supplied enum and string value to find an associated enum value.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static T Parse(
string value
)
VB
Public Shared Function Parse (
value As String
) As T
C++
public:
static T Parse(
String^ value
)
F#
static member Parse :
value : string -> 'T
- String
- String value.
T
Enum value associated with the string value, if not found the default enum will be returned.