RightToLeft Property
Collapse the table of content
Expand the table of content

Regex.RightToLeft Property

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

Gets a value indicating whether the regular expression searches from right to left.

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

'Declaration
Public ReadOnly Property RightToLeft As Boolean

Property Value

Type: System.Boolean
true if the regular expression searches from right to left; otherwise, false.

RightToLeft is true if the Regex instance was constructed with the RightToLeft option.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft