共用方式為


SegmentBuilder.CalculateAppendSize 方法

定義

多載

CalculateAppendSize(Byte[])

計算將提供的位元組附加至區段所需的空間量。

CalculateAppendSize(String)

計算將所提供的字串附加至區段所需的空間量。

CalculateAppendSize(Byte[])

計算將提供的位元組附加至區段所需的空間量。

public static int CalculateAppendSize (byte[] bytes);
static member CalculateAppendSize : byte[] -> int
Public Shared Function CalculateAppendSize (bytes As Byte()) As Integer

參數

bytes
Byte[]

傳回

適用於

CalculateAppendSize(String)

計算將所提供的字串附加至區段所需的空間量。

public static int CalculateAppendSize (string str);
static member CalculateAppendSize : string -> int
Public Shared Function CalculateAppendSize (str As String) As Integer

參數

str
String

傳回

適用於