if (string.Compare(lengthUnits.Text, "10^3") == 1)
{
theLengthValue = theLengthValue * 1000;
}
but that doesnt work. am i doing something wrong? thanks.
if (string.Compare(lengthUnits.Text, "10^3") == 1)
{
theLengthValue = theLengthValue * 1000;
}
|
|
|