Char.IBinaryInteger<Char>.TryReadLittleEndian Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
static bool System.Numerics.IBinaryInteger<System.Char>.TryReadLittleEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] char % value) = System::Numerics::IBinaryInteger<char>::TryReadLittleEndian;
static bool IBinaryInteger<char>.TryReadLittleEndian (ReadOnlySpan<byte> source, bool isUnsigned, out char value);
static member System.Numerics.IBinaryInteger<System.Char>.TryReadLittleEndian : ReadOnlySpan<byte> * bool * char -> bool
Shared Function TryReadLittleEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As Char) As Boolean Implements IBinaryInteger(Of Char).TryReadLittleEndian
Parameters
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- Char
Returns
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.