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

In This Topic
    CShort(String) Method
    In This Topic
    Converts string to short
    Syntax
    'Declaration
     
    Public Overloads Shared Function CShort( _
       ByVal value As String _
    ) As Short
    public static short CShort( 
       string value
    )

    Parameters

    value
    string value

    Return Value

    short value
    See Also