'Declaration
Public Shared Function ParsedFormattedText( _
ByVal As String, _
ByRef As Exception _
) As Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue
public static Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue ParsedFormattedText(
string ,
out 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.
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