WildcardPattern.ToWql Method

Definition

Converts this wildcard to a string that can be used as a right-hand-side operand of the LIKE operator of WQL. For example: "a*" will be converted to "a%".

public:
 System::String ^ ToWql();
public:
 Platform::String ^ ToWql();
std::wstring ToWql();
public string ToWql ();
member this.ToWql : unit -> string
Public Function ToWql () As String

Returns

Applies to