Knowledge check

Completed

Check your knowledge

1.

Which choice best describes the purpose of TryParse()?

2.

For the code decimal.TryParse(numberString, out myConvert)) when the type of numberString is a String. Which best describes the value type for myConvert when the TryParse() is successful?