Skip to main content

GetValueOrDefault<TResult>(TResult) Method

Gets the value of the binding value if present, otherwise a default value.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public TResult GetValueOrDefault<TResult>(
TResult defaultValue
)

Parameters

  TResult
The default value.

Type Parameters

Return Value

TResult
The value if present and of the correct type, default(TResult) if the value is present but not of the correct type or null, or defaultValue if the value is not present.

See Also

Reference

BindingValue(T) Structure
GetValueOrDefault Overload
Avalonia.Data Namespace