Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Parse()
[4/4]
static object System.Enum.Parse
(
Type
enumType
,
string
value
,
bool
ignoreCase
)
inline
static
Definition at line
378
of file
Enum.cs
.
379
{
380
object
result;
381
bool
flag =
TryParse
(enumType,
value
, ignoreCase, throwOnFailure: true, out result);
382
return
result;
383
}
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