Search
Converter.FromSingle Method
See Also
 





Converts the specified float value to string.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static string FromSingle (
    float val
)

Visual Basic  Copy Code

Public Shared Function FromSingle( _
    val As Single _
) As String

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also