ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / Val Method / Val(Char) Method
Required. Any valid String expression, Object variable, or Char value. If expression is of type Object, its value must be convertible to String or an System.ArgumentException error occurs.

In This Topic
    Val(Char) Method
    In This Topic
    Returns the numbers contained in a string as a numeric value of appropriate type.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Val( _
       ByVal expression As Char _
    ) As Integer
    public static int Val( 
       char expression
    )

    Parameters

    expression
    Required. Any valid String expression, Object variable, or Char value. If expression is of type Object, its value must be convertible to String or an System.ArgumentException error occurs.

    Return Value

    Returns the numbers contained in a string as a numeric value of appropriate type.
    See Also