Write(String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.String value to the underlying PubSub message buffer using System.Text.Encoding.Default.
public PubSubMessageBuilder Write(
string value
)
public:
PubSubMessageBuilder^ Write(
String^ value
)
Parameters
- value
- The System.String value to write to the underlying PubSub message buffer.