Char.IBinaryInteger<Char>.TryReadBigEndian Method

Definition

 static bool System.Numerics.IBinaryInteger<System.Char>.TryReadBigEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] char % value) = System::Numerics::IBinaryInteger<char>::TryReadBigEndian;
static bool IBinaryInteger<char>.TryReadBigEndian (ReadOnlySpan<byte> source, bool isUnsigned, out char value);
static member System.Numerics.IBinaryInteger<System.Char>.TryReadBigEndian : ReadOnlySpan<byte> * bool * char -> bool
 Shared Function TryReadBigEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As Char) As Boolean Implements IBinaryInteger(Of Char).TryReadBigEndian

Parameters

source
ReadOnlySpan<Byte>
isUnsigned
Boolean
value
Char

Returns

Applies to