PublicResourcesPropertyMustBeLessThanOrEqualToT Method
Looks up a localized string similar to Property '{0}' must be less than or equal to {1}.
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static string PropertyMustBeLessThanOrEqualTo<T>(
string propertyName,
T limit
)
Public Shared Function PropertyMustBeLessThanOrEqualTo(Of T) (
propertyName As String,
limit As T
) As String
public:
generic<typename T>
static String^ PropertyMustBeLessThanOrEqualTo(
String^ propertyName,
T limit
)
static member PropertyMustBeLessThanOrEqualTo :
propertyName : string *
limit : 'T -> string
- propertyName String
- The name of the property.
- limit T
- The value of the limit.
- T
- Type of the property.
StringA localized string similar to
Property '{0}' must be less than or equal to {1}.