Click or drag to resize

StringEnumGetStringValue Method (String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the string value associated with the given enum value.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string GetStringValue(
	string valueName
)
Request Example View Source

Parameters

valueName
Type: SystemString
Name of the enum value.

Return Value

Type: String
String Value
See Also