ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbByte Field

In This Topic
    vbByte Field
    In This Topic
    Represents a byte variant type, equivalent to the Visual Basic Byte keyword. This value is used for variables that store byte values.
    Syntax
    'Declaration
     
    Public Const vbByte As VariantType
    public const VariantType vbByte
    See Also