Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: void WriteUtf8(this Stream, string)

Declaration

public static void WriteUtf8(
    this Stream stream,
    string text
)

Summary

Encodes the specified string as UTF-8 and writes it to the current stream.

Parameters

this Streamstream Stream to write text to.
stringtext Text to write to the stream as UTF-8.