Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9a66800e 75ff 9dda 5ef8 25d454ba0f1b

haplokuon edited this page May 6, 2023 · 1 revision

GetStringValue Method

netDxf 3.0.0 Library

Gets a string value for a particular enum value.

Definition

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 

Parameters

  T
Value.

Return Value

String
String Value associated via a StringValueAttribute attribute, or null if not found.

See Also

Reference

StringEnum(T) Class
netDxf Namespace

Clone this wiki locally