Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Vaish <gvaish@mono-cvs.ximian.com>2002-01-07 05:37:35 +0300
committerGaurav Vaish <gvaish@mono-cvs.ximian.com>2002-01-07 05:37:35 +0300
commitd88fdc72e5f2fe75128724cc73f111558f4c736b (patch)
tree47f855066e8d74c5af4827c077bc1d60f7c820be /mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs
parent9ff309e79f7d6e410d2ed1679e341ac0db853ed8 (diff)
2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
* <All>.cs -- A lot of decoration. Gosh! saved, not too many.. svn path=/trunk/mcs/; revision=1887
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs')
-rwxr-xr-xmcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs b/mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs
index f934a6f9951..84cc6a796e3 100755
--- a/mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs
+++ b/mcs/class/System.Web/System.Web.UI.WebControls/BaseCompareValidator.cs
@@ -190,7 +190,6 @@ namespace System.Web.UI.WebControls
/// </summary>
protected static bool Convert(string text, ValidationDataType type, out object convertedValue)
{
- //throw new NotImplementedException();
convertedValue = null;
try
{