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 409
9a66800e 75ff 9dda 5ef8 25d454ba0f1b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets a string value for a particular enum value.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static string GetStringValue(
T value
)
VB
Public Shared Function GetStringValue (
value As T
) As String
C++
public:
static String^ GetStringValue(
T value
)
F#
static member GetStringValue :
value : 'T -> string
- T
- Value.
String
String Value associated via a StringValueAttribute attribute, or null if not found.