'Declaration Public Shared Function TryParse( _ ByVal value As String, _ ByRef numeric As PgSqlNumeric _ ) As Boolean
public static bool TryParse( string value, out PgSqlNumeric numeric )
Parameters
- value
- A string that contains a number to convert.
- numeric
- If the conversion was successful, this parameter contains the resulting PgSqlNumeric value; otherwise, it contains PgSqlNumeric.Null.
Return Value
True if the string was converted successfully; otherwise, false.