Back to API Reference
Class

RangePayloadBinding

static

Resolves stable, dot-separated payload paths for semantic, presentation and action bindings. Payloads may implement IRangePayloadValues, expose a string/object dictionary, or expose public instance fields and non-indexed properties.

public static T Read()

Reads a named payload path and requires its final value to be compatible with T.

public static string ReadString()

Reads a named payload path and converts its final value to text.