.NET Framework Class Library
PDMSystem.StrToDbl Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods >

.NET Framework Class Library
PDMSystem.StrToDbl Method

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 _
As Double

C#

public double StrToDbl(

 string inputString
)

Visual C++

public:

double StrToDbl(
 StringinputString
)

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

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace