Write(Decimal) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Decimal value to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
decimal value
)
public:
PubSubMessageBuilder^ Write(
decimal value
)
Parameters
- value
- The System.Decimal value to write to the underlying PubSub message buffer.