Formatter.WriteByte(Byte, String) 方法

定義

當在衍生類別中覆寫時,會將一個 8 位元的無符號整數寫入已連接於格式化器的串流。

protected:
 abstract void WriteByte(System::Byte val, System::String ^ name);
protected abstract void WriteByte(byte val, string name);
abstract member WriteByte : byte * string -> unit
Protected MustOverride Sub WriteByte (val As Byte, name As String)

參數

val
Byte

要寫入的值。

name
String

成員的名稱。

給實施者的注意事項

你必須在導出類別中實作此方法。

適用於