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
- s
Type: System. . :: . .String
Holds the string to convert.
Return Value
Type: System. . :: . .Double
A Double equivalent of the string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.