DefaultModelBindingMessageProvider.SetValueMustBeANumberAccessor Method
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.
Sets the ValueMustBeANumberAccessor property.
public:
void SetValueMustBeANumberAccessor(Func<System::String ^, System::String ^> ^ valueMustBeANumberAccessor);
public void SetValueMustBeANumberAccessor (Func<string,string> valueMustBeANumberAccessor);
member this.SetValueMustBeANumberAccessor : Func<string, string> -> unit
Public Sub SetValueMustBeANumberAccessor (valueMustBeANumberAccessor As Func(Of String, String))