PublicResourcesArgumentMustBeGreaterThanT Method

Looks up a localized string similar to Specified argument must be greater than {0}.

Definition

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

Parameters

limit  T
The value of the limit.

Type Parameters

T
Type of the value.

Return Value

String
A localized string similar to Specified argument must be greater than {0}.

See Also