'宣言
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
)
パラメータ
- text
- テストされる string。
- exception
- [out] 返却時に、値の分析を試みる間にスローされた Exception への参照を含みます。または、値が正常に分析された場合は、null
戻り値の型
解析操作の結果を説明する ParsedFormattedTextValue インスタンス、または値を正常に解析できなかった場合は、null (VB では、Nothing)。