ResourceMarkerGetResourceId Method

Gets a values resource id, if it contains a marker.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string GetResourceId(
	string value,
	string prefix = ""
)

Parameters

value  String
A raw string value which may be a literal or may refer to a resource.
prefix  String  (Optional)
The resource prefix value.

Return Value

String
A resource id if available, otherwise null.

See Also