If I have these strings:
\"abc\" = false
\"abc\"
false
\"123\" = true
\"123\"
true
\"ab2\"
Double.TryParse
bool Double.TryParse(string s, out double result)