BigInteger.GetByteCount(Boolean) 메서드

정의

ToByteArray(Boolean, Boolean)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

매개 변수

isUnsigned
Boolean

서명되지 않은 인코딩을 사용하려면 true, 그렇지 않으면 false입니다.

반환

바이트 수입니다.

적용 대상