Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FromUpperChar()
[2/2]
static int System.HexConverter.FromUpperChar
(
int
c
)
inline
static
Definition at line
147
of file
HexConverter.cs
.
148
{
149
if
(c <= 71)
150
{
151
return
CharToHexLookup
[c];
152
}
153
return
255;
154
}
System.HexConverter.CharToHexLookup
static ReadOnlySpan< byte > CharToHexLookup
Definition
HexConverter.cs:13
References
System.HexConverter.CharToHexLookup
.
System
HexConverter
Generated by
1.10.0