PublicResourcesPropertyMustBeGreaterThanOrEqualToT Method

Looks up a localized string similar to Property '{0}' must be greater than or equal to {1}.

Definition

Namespace: KGySoft
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static string PropertyMustBeGreaterThanOrEqualTo<T>(
	string propertyName,
	T limit
)

Parameters

propertyName  String
The name of the property.
limit  T
The value of the limit.

Type Parameters

T
Type of the property.

Return Value

String
A localized string similar to Property '{0}' must be greater than or equal to {1}.

See Also