This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which technique results in an error when used to convert a string value "4.123456789" into a decimal?
string
"4.123456789"
decimal
Convert.ToDecimal()
decimal.TryParse()
(decimal)
What type of action is being performed when changing a float into an int?
float
int
A narrowing conversion.
A widening conversion.
An illegal conversion.
You must answer all questions before checking your work.
Was this page helpful?