Search
Converter.FromInt64 Method
See Also
 





Converts the specified 64-bit integer to string.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static string FromInt64 (
    long val
)

Visual Basic  Copy Code

Public Shared Function FromInt64( _
    val As Long _
) As String

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also