IParameterBindingMetadata.HasTryParse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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