TextDecorationConverter.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.
Converts a single value or comma-separated string to a TextDecorations object.
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
Parameters
- value
- System.String
A comma-separated string whose contents correspond to values of TextDecorations.
Returns
System.Object
Remarks
The elements of must each be a value within TextDecorations or the string "line-through".