FlowDirectionConverter.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 the object for the string representation.
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
Parameters
- value
- System.String
The value to convert.
Returns
System.Object
The object for the string representation.