StringConverterTryParse(String, UInt64, CultureInfo) Method
Tries to convert the specified string to its System.UInt64 (unsigned long) equivalent.
Namespace: Common.Wpf.ConvertersAssembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
public static bool TryParse(
ref string value,
out ulong result,
CultureInfo? culture = null
)
- value String
- A string containing the value to convert.
- result UInt64
- If the conversion succeeded, contains the value.
- culture CultureInfo (Optional)
- An object that provides culture-specific formatting information.
Boolean if value was converted successfully.