PublicResourcesPropertyMessage Method
Looks up a localized string similar to Property '{0}': {1}
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static string PropertyMessage(
string propertyName,
string message
)
Public Shared Function PropertyMessage (
propertyName As String,
message As String
) As String
public:
static String^ PropertyMessage(
String^ propertyName,
String^ message
)
static member PropertyMessage :
propertyName : string *
message : string -> string
- propertyName String
- The name of the property.
- message String
- The message to display.
StringA localized string similar to
Property '{0}': {1}