BlobBuilder.WriteUTF8(String, Boolean) Método
Definição
Grava uma cadeia de caracteres UTF8 codificada na posição atual.Writes a UTF8 encoded string at the current position.
public void WriteUTF8 (string value, bool allowUnpairedSurrogates = true);
member this.WriteUTF8 : string * bool -> unit
Public Sub WriteUTF8 (value As String, Optional allowUnpairedSurrogates As Boolean = true)
Parâmetros
- value
- String
Valor constante.Constant value.
- allowUnpairedSurrogates
- Boolean
true para codificar substitutos não emparelhados conforme o especificado. false para substituí-los por um caractere U+FFFD.true to encode unpaired surrogates as specified; false to replace them with a U+FFFD character.
Exceções
value é null.value is null.
O construtor não é gravável e foi vinculado com outro.Builder is not writable, it has been linked with another one.