ActiveReports 19 .NET Edition
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
    public static char CChar( 
       string value
    )

    Parameters

    value
    string value

    Return Value

    char value
    See Also