IsDouble
Returns true
if the given string can be parsed into a double, false
otherwise.
- Return the result of calling
Double.TryParse()
withNymberStyles.Float
for the givennum
string.
Returns true
if the given string can be parsed into a double, false
otherwise.
Double.TryParse()
with NymberStyles.Float
for the given num
string.