Search Results for

    Show / Hide Table of Contents

    ToInt32

    Function Parameters Return value
    ToInt32 object value int

    Converts the specified value to int.

    Example:

    ToInt32(1f) = 1
    ToInt32("1") = 1
    
    Back to top © 1998-2025 Copyright Fast Reports Inc.