Click or drag to resize

StringEnumIsStringDefined Method (Type, String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Return the existence of the given string value within the enum.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool IsStringDefined(
	Type enumType,
	string value
)
Request Example View Source

Parameters

enumType
Type: SystemType
Type of enum
value
Type: SystemString
String value.

Return Value

Type: Boolean
Existence of the string value
See Also