MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method / CStr(Char) Method
The char value to convert.

In This Topic
CStr(Char) Method
In This Topic
Converts a char value to its equivalent string representation.
Syntax
'Declaration
 
Public Overloads Shared Function CStr( _
   ByVal value As Char _
) As String
 

Parameters

value
The char value to convert.

Return Value

A string representation of the char value.
See Also