This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
8fe3ded7 3263 a269 969b 76b94a63eac1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Return the existence of the given string value within the enum.
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
- String
- String value.
- StringComparison
- Specifies how to conduct a case-insensitive match on the supplied string value
Boolean
Existence of the string value
StringEnum(T) Class
IsStringDefined Overload
netDxf Namespace