BigInteger.GetByteCount(Boolean) Méthode

Définition

Obtient le nombre d’octets qui seront générés par ToByteArray(Boolean, Boolean) et TryWriteBytes(Span<Byte>, Int32, Boolean, Boolean).

public int GetByteCount (bool isUnsigned = false);
member this.GetByteCount : bool -> int
Public Function GetByteCount (Optional isUnsigned As Boolean = false) As Integer

Paramètres

isUnsigned
Boolean

true pour utiliser l’encodage non signé ; sinon, false.

Retours

Nombre d’octets.

S’applique à