UInt32.IBinaryInteger<UInt32>.GetByteCount 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.
Gets the number of bytes that will be written as part of TryWriteLittleEndian(Span<Byte>, Int32).
virtual int System.Numerics.IBinaryInteger<System.UInt32>.GetByteCount() = System::Numerics::IBinaryInteger<System::UInt32>::GetByteCount;
int IBinaryInteger<uint>.GetByteCount ();
abstract member System.Numerics.IBinaryInteger<System.UInt32>.GetByteCount : unit -> int
override this.System.Numerics.IBinaryInteger<System.UInt32>.GetByteCount : unit -> int
Function GetByteCount () As Integer Implements IBinaryInteger(Of UInteger).GetByteCount
Returns
The number of bytes that will be written as part of TryWriteLittleEndian(Span<Byte>, Int32).
Implements
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.