ResourceMarkerGetResourceId Method
Gets a values resource id, if it contains a marker.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static string GetResourceId(
string value,
string prefix = ""
)
- value String
- A raw string value which may be a literal or may refer to a resource.
- prefix String (Optional)
- The resource prefix value.
StringA resource id if available, otherwise null.