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

In This Topic
    CByte(String) Method
    In This Topic
    Converts string to byte
    Syntax
    'Declaration
     
    Public Overloads Shared Function CByte( _
       ByVal value As String _
    ) As Byte
    public static byte CByte( 
       string value
    )

    Parameters

    value
    string value

    Return Value

    byte value
    See Also