BlobWriter.WriteUTF8(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a UTF8 encoded string at the current position.
public:
void WriteUTF8(System::String ^ value, bool allowUnpairedSurrogates);
public void WriteUTF8 (string value, bool allowUnpairedSurrogates);
member this.WriteUTF8 : string * bool -> unit
Public Sub WriteUTF8 (value As String, allowUnpairedSurrogates As Boolean)
Parameters
- value
- String
- allowUnpairedSurrogates
- Boolean
Exceptions
value
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.