'DeclarationPublic Overloads Function GetValueOrDefault( _ ByVal defaultValue As System.Integer _ ) As System.Integer
'UsageDim instance As VistaDBInt32 Dim defaultValue As System.Integer Dim value As System.Integer value = instance.GetValueOrDefault(defaultValue)
public System.int GetValueOrDefault( System.int defaultValue )
Parameters
- defaultValue
Return Value
Int32