Regex.ToString Method
Silverlight
Returns the regular expression pattern that was passed into the Regex constructor.
Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
The pattern parameter consists of various regular expression language elements that symbolically describe the string to match. For more information about regular expressions, see Regular Expression Language Elements in the .NET Framework documentation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: