Regex.RightToLeft Property
Silverlight
Gets a value indicating whether the regular expression searches from right to left.
Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Property Value
Type: System.Booleantrue if the regular expression searches from right to left; otherwise, false.
RightToLeft is true if the Regex instance was constructed with the RightToLeft option.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: