UIntPtr.IBinaryInteger<UIntPtr>.TryWriteLittleEndian 메서드

정의

현재 값(little-endian 형식)을 지정된 범위에 쓰려고 시도합니다.

 virtual bool System.Numerics.IBinaryInteger<nuint>.TryWriteLittleEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IBinaryInteger<UIntPtr>::TryWriteLittleEndian;
bool IBinaryInteger<UIntPtr>.TryWriteLittleEndian (Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IBinaryInteger<nuint>.TryWriteLittleEndian : Span<byte> * int -> bool
override this.System.Numerics.IBinaryInteger<nuint>.TryWriteLittleEndian : Span<byte> * int -> bool
Function TryWriteLittleEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IBinaryInteger(Of UIntPtr).TryWriteLittleEndian

매개 변수

destination
Span<Byte>
bytesWritten
Int32

반환

Boolean

true if the value was succesfully written to destination; otherwise, false.

구현

적용 대상