Share via


TextFilterRule.GetParsedValue(Boolean) Method

Definition

Gets the current value and determines whether it should be evaluated as an exact match.

protected public:
 System::String ^ GetParsedValue([Runtime::InteropServices::Out] bool % evaluateAsExactMatch);
std::wstring GetParsedValue([Runtime::InteropServices::Out] bool & evaluateAsExactMatch);
protected internal string GetParsedValue (out bool evaluateAsExactMatch);
member this.GetParsedValue : bool -> string
Protected Friend Function GetParsedValue (ByRef evaluateAsExactMatch As Boolean) As String

Parameters

evaluateAsExactMatch
Boolean

Whether the current value should be evaluated as an exact match.

Returns

The current value.

Applies to