Empty Property
Collapse the table of content
Expand the table of content

Match.Empty Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the empty group. All failed matches return this empty match.

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

'Declaration
Public Shared ReadOnly Property Empty As Match

Property Value

Type: System.Text.RegularExpressions.Match
An empty Match.

This property should not be used to determine if a match is successful. Use Success instead.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft