Charting for WinForms Programmer's Guide
Converter.ToSingle Method
See Also
 






Converts the specified string value to float.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static float ToSingle (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToSingle( _
    s As String _
) As Single

 Parameters

s

The string value to convert from.

 Return Value

A float value that is deserialized from the specified string.

 See Also

Converter Members
Converter Class
MindFusion.Json Namespace