Share via


ToString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the regular expression pattern that was passed into the Regex constructor.

Namespace:  System.Text.RegularExpressions
Assembly:  System.Text.RegularExpressions (in System.Text.RegularExpressions.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

Type: System. . :: . .String
The pattern parameter that was passed into the Regex constructor.

Remarks

The pattern parameter consists of regular expression language elements that symbolically describe the string to match.

.NET Framework Security

See Also

Reference

Regex Class

System.Text.RegularExpressions Namespace