InputValue class

Helper class to return the input value and provide helper methods to convert the value into needed types.

Syntax

public class InputValue

Remarks

Internally, InputValue has two fields: name and value. If not provided, the name will be set to an empty string. The name and value will be set in the exception message when occurs.