Search
JsonValue.toInt Method
See Also
 






Converts the value to int.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static int toInt (
    JsonValue value
)

 Parameters

value

A JsonValue

 Return Value

int value

 See Also