- Declared in: RT.KitchenSink.Collections.RVariant
- Overrides: object.ToString()
Declaration
public override string ToString()
Summary
Returns a string representation of this RVariant. If this RVariant is of the Value Kind, returns the result of
ExactConvert.ToString(object). Otherwise returns a string showing the Path and the Kind of this value.