Converts an integer value to its equivalent string representation.
'Declaration
Public Overloads Shared Function CStr( _
ByVal As Integer _
) As String
public static string CStr(
int
)
Parameters
- value
- The integer value to convert.
Return Value
A string representation of the integer value.