Formatter.WriteSByte(SByte, String) Método
Definição
Importante
Esta API não está em conformidade com CLS.
Quando substituído em uma classe derivada, grava um inteiro com sinal de 8 bits no fluxo já anexado ao formatador.When overridden in a derived class, writes an 8-bit signed integer to the stream already attached to the formatter.
protected:
abstract void WriteSByte(System::SByte val, System::String ^ name);
[System.CLSCompliant(false)]
protected abstract void WriteSByte (sbyte val, string name);
[<System.CLSCompliant(false)>]
abstract member WriteSByte : sbyte * string -> unit
Protected MustOverride Sub WriteSByte (val As SByte, name As String)
Parâmetros
- val
- SByte
O valor a ser gravado.The value to write.
- name
- String
O nome do membro.The name of the member.
- Atributos
Notas aos Implementadores
Você deve implementar esse método em uma classe derivada.You must implement this method in a derived class.