Converts the specified string value to float.
Namespace: MindFusion.Json.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public static float ToSingle ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToSingle( _ |
The string value to convert from.
A float value that is deserialized from the specified string.
See Also