Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryParse()
[5/6]
static
bool
System.Enum.TryParse
(
Type
enumType
,
string
?
value
,
bool
ignoreCase
,
out object?
result
)
inline
static
Definition at line
426
of file
Enum.cs
.
427
{
428
return
TryParse
(enumType,
value
, ignoreCase, throwOnFailure: false, out result);
429
}
System.Enum.TryParse
static bool TryParse(Type enumType, string? value, out object? result)
Definition
Enum.cs:416
System.ExceptionArgument.value
@ value
References
System.Enum.TryParse()
, and
System.value
.
System
Enum
Generated by
1.10.0