Version

ParsedFormattedText Method

Wraps the static Parse method of the ParsedFormattedTextValue class; provides a way to determine whether the specified text is valid formatted text.
Syntax
'Declaration
 
Public Shared Function ParsedFormattedText( _
   ByVal text As String, _
   ByRef exception As Exception _
) As Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue
public static Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue ParsedFormattedText( 
   string text,
   out Exception exception
)

Parameters

text
The string value to test.
exception
[out] Upon return, contains a reference to the Exception that was thrown during the attempt to parse the value, or null if the value was successfully parsed.

Return Value

A ParsedFormattedTextValue instance which describes the result of the parse operation, or null (Nothing in VB) if the value could not be successfully parsed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also