Share via


TextDecorationConverter.ConvertFromInvariantString(String) Method

Definition

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".

Applies to