WebPlanner Programmer's Guide

Convert.FromInt64 Method

See Also
 


Converts the specified Int64 to string.

Namespace: MindFusion
Assembly: 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

 Return Value

 See Also