Converts a string to the corresponding
ReportSizeType value. A return value indicates whether the conversion succeeded or failed.
'Declaration
Public Shared Function TryParse( _
ByVal As System.String, _
ByRef As ReportSizeType, _
ByRef As System.Double _
) As System.Boolean
public static System.bool TryParse(
System.string ,
out ReportSizeType ,
out System.double
)
Parameters
- s
- A string to convert.
- reportSizeType
- OUT: a ReportSizeType value specifying the units of the parsed size.
- value
- OUT: a double value representing the parsed size, in units.
Return Value
true if was converted successfully; otherwise, false.