InputElement.GetNumberValue

InputElement.GetNumberValue method

This method is used to get the value as a number. This method is valid if only only type of the input element is “number”

public float GetNumberValue()

Return Value

The number object.

See Also