IResourceProvider Interface

Interface to implement a string resource provider class for the TextBoxValidation control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public interface IResourceProvider

Methods

GetString Gets the string resource value for the specified resource name or key.

See Also