ParseNumber Method

The ParseNumber method in the Groove 2007 Forms Tool parses a formatted number string and returns the numerical value.

object.ParseNumber

(

i_NumberString As String

) As Number

Parameters

Parameter Description

i_NumberString

String to parse.

Return Value

The return value is the number the string represents.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
FormatDate Method
FormatDateTime Method
FormatNumber Method
ParseDate Method
ParseDateTime Method