Share via


IParameterBindingMetadata.HasTryParse Property

Definition

true is the parameter is associated with a type that implements IParsable<TSelf> or exposes a TryParse method.

public bool HasTryParse { get; }
member this.HasTryParse : bool
Public ReadOnly Property HasTryParse As Boolean

Property Value

Applies to