GeneralTo Double With Separator Method
Definition
Namespace: DWSIM.ExtensionMethods
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
C#
public static double ToDoubleWithSeparator(
this string s,
string sep
)VB
<ExtensionAttribute>
Public Shared Function ToDoubleWithSeparator (
s As String,
sep As String
) As Double