nfloat.TryParse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TryParse(String, NumberStyles, IFormatProvider, nfloat) | |
TryParse(String, nfloat) |
TryParse(String, NumberStyles, IFormatProvider, nfloat)
public static bool TryParse (string s, System.Globalization.NumberStyles style, IFormatProvider provider, out nfloat result);
static member TryParse : string * System.Globalization.NumberStyles * IFormatProvider * -> bool
Parameters
- s
- String
- style
- NumberStyles
- provider
- IFormatProvider
- result
- nfloat