Share via


ToDouble Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the String to a Double equivalent.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Shared Function ToDouble ( _
    s As String _
) As Double
public static double ToDouble(
    string s
)
public:
static double ToDouble(
    String^ s
)
static member ToDouble : 
        s:string -> float 
public static function ToDouble(
    s : String
) : double

Parameters

Return Value

Type: System. . :: . .Double
A Double equivalent of the string.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace