.NET Framework Class Library
PDMSystem.StrToDbl Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Converts in double the numeric string passed as argument.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function StrToDbl ( _ inputString As String _ |
C# |
|---|
public double StrToDbl( string inputString |
Visual C++ |
|---|
public: double StrToDbl( |
JavaScript |
|---|
function strToDbl(inputString); |
Parameters
inputString
Type: System.String
numeric string to be converted in double
Return Value
the converted double value of the input string
Remarks
See Also