ActiveReports 12
Val(Char) Method

GrapeCity.ActiveReports.v12 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.
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

Reference

Conversion Class
Conversion Members
Overload List