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

8fe3ded7 3263 a269 969b 76b94a63eac1

haplokuon edited this page May 6, 2023 · 1 revision

IsStringDefined(String, StringComparison) Method

netDxf 3.0.0 Library

Return the existence of the given string value within the enum.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static bool IsStringDefined(
	string value,
	StringComparison comparisonType
)

VB

Public Shared Function IsStringDefined ( 
	value As String,
	comparisonType As StringComparison
) As Boolean

C++

public:
static bool IsStringDefined(
	String^ value, 
	StringComparison comparisonType
)

F#

static member IsStringDefined : 
        value : string * 
        comparisonType : StringComparison -> bool 

Parameters

  String
String value.
  StringComparison
Specifies how to conduct a case-insensitive match on the supplied string value

Return Value

Boolean
Existence of the string value

See Also

Reference

StringEnum(T) Class
IsStringDefined Overload
netDxf Namespace

Clone this wiki locally