2 references to TryDecodeFromUtf8
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
2623if (!HexConverter.TryDecodeFromUtf8(utf8Source, result, out _)) 2748if (!HexConverter.TryDecodeFromUtf8(utf8Source, destination, out bytesConsumed))