ResourceMarkerIsResourceSuffix Method

Indicates whether a string has a marker indicating it is a resource suffix.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static bool IsResourceSuffix(
	string s
)

Parameters

s  String
The string to check.

Return Value

Boolean
True if the string is marked.

See Also