PublicResourcesPropertyMustBeGreaterThanProperty Method
Looks up a localized string similar to Property '{0}' must be greater than property '{1}'.
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static string PropertyMustBeGreaterThanProperty(
string propertyGreater,
string propertyLess
)
Public Shared Function PropertyMustBeGreaterThanProperty (
propertyGreater As String,
propertyLess As String
) As String
public:
static String^ PropertyMustBeGreaterThanProperty(
String^ propertyGreater,
String^ propertyLess
)
static member PropertyMustBeGreaterThanProperty :
propertyGreater : string *
propertyLess : string -> string
- propertyGreater String
- The name of the property to be expected to have the greater value.
- propertyLess String
- The name of the property to be expected to have the less value.
StringA localized string similar to
Property '{0}' must be greater than property '{1}'.