MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CChar Method / CChar(String) Method
string value

In This Topic
CChar(String) Method
In This Topic
Converts string to char
Syntax
'Declaration
 
Public Overloads Shared Function CChar( _
   ByVal value As String _
) As Char
 

Parameters

value
string value

Return Value

char value
See Also