Share via


ToSingle 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 Single equivalent.

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

Syntax

'Declaration
Public Shared Function ToSingle ( _
    s As String _
) As Single
public static float ToSingle(
    string s
)
public:
static float ToSingle(
    String^ s
)
static member ToSingle : 
        s:string -> float32 
public static function ToSingle(
    s : String
) : float

Parameters

Return Value

Type: System. . :: . .Single
The Single equivalent of the string value.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace