AsString
property in Coherence.Common.CustomPayload
Properties
public readonly string AsString { get; }
Decodes the payload's byte array to a string using UTF8 encoding.
Property Value
Type | Description |
---|---|
string |
Remarks
Returns empty string if the payload is empty.