CommonHelperStringToDouble Method |
Convert a culture invariant string value to a double.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static double StringToDouble(
string s
)
Parameters
- s String
- String to convert.
Return Value
DoubleDouble value.
See Also