Search
Converter.ToSingle Method
See Also
 





Converts the specified string value to float.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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