6 references to ToHexString
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeDebug.cs (6)
15
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid BMP code point.");
24
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid UTF-16 high surrogate code point.");
33
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid UTF-16 low surrogate code point.");
42
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid Unicode code point.");
51
Debug.Fail($"The value {
ToHexString
(scalarValue)} is not a valid Unicode scalar value.");
60
Debug.Fail($"The value {
ToHexString
(scalarValue)} is not a valid supplementary plane Unicode scalar value.");