EnumTEnumIsDefined(StringSegment) Method
Gets whether value is defined in TEnum.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static bool IsDefined(
StringSegment value
)
Public Shared Function IsDefined (
value As StringSegment
) As Boolean
public:
static bool IsDefined(
StringSegment value
)
static member IsDefined :
value : StringSegment -> bool
- value StringSegment
- A StringSegment value representing a field name in the enumeration.
Boolean if
TEnum has a defined field whose name equals
value (search is case-sensitive); otherwise,
.