Click or drag to resize

StringEnumIsStringDefined Method (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 bool IsStringDefined(
	string value
)
Request Example View Source

Parameters

value
Type: SystemString
String value.

Return Value

Type: Boolean
Existence of the string value
See Also