WebPlanner Programmer's Guide

Convert.FromInt32 Method

See Also
 


Converts the specified Int32 to string.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string FromInt32 (
    int val
)

Visual Basic  Copy Code

Public Shared Function FromInt32 ( _
    val As Integer _
) As String

 Parameters

val

 Return Value

 See Also