Database Reference
In-Depth Information
string Cnumric = “0”;
string TSnumric = “0”;
string TSnumric = “0”;
if(UserLabel.Contains('U'))
{
if (UserLabel.IndexOf('U') = = 0)
{
Unumric = “2”;
}
else
{
if (UserLabel.Substring(UserLabel.
IndexOf('U') - 1, 1) = = “-”)
{
Unumric = “1”;
}
else
{
Unumric = “2”;
}
}
}
if (UserLabel.Contains('C'))
{
if (UserLabel.IndexOf('C') = = 0)
{
Cnumric = “2”;
}
else
{
if (UserLabel.Substring(UserLabel.
IndexOf('C') - 1, 1) = = “-”)
{
Cnumric = “1”;
}
else
{
Cnumric = “2”;
}
}
}
if (UserLabel.Contains('S'))
{
if (UserLabel.IndexOf('S') = = 0)
Search WWH ::




Custom Search