BindingTypeConverter.ConvertFromInvariantString(String) Method

Definition

Converts a property path to a binding.

public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj

Parameters

value
String

The path of the resulting binding.

Returns

A binding, with the default binding mode, that binds to the path that was specified with value.

Remarks

value must be a string.

Applies to