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

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

    Parameters

    value
    object value

    Return Value

    byte value
    See Also