Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryDecodeFromUtf16() [2/4]

static bool System.HexConverter.TryDecodeFromUtf16 ( ReadOnlySpan< char > chars,
Span< byte > bytes )
inlinestatic

Definition at line 105 of file HexConverter.cs.

106 {
107 int charsProcessed;
108 return TryDecodeFromUtf16(chars, bytes, out charsProcessed);
109 }
static bool TryDecodeFromUtf16(ReadOnlySpan< char > chars, Span< byte > bytes)

References System.bytes, System.chars, and System.HexConverter.TryDecodeFromUtf16().