ImageSourceConverter.ConvertFromInvariantString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an image source created from a URI that is contained in value
.
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
Parameters
- value
- System.String
The value to convert.
Returns
System.Object