CreateManifestResourceName.MakeValidEverettIdentifier(String) Method
Definition
This method is provided for compatibility with Everett which used to convert parts of resource names into valid identifiers
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::String ^ MakeValidEverettIdentifier(System::String ^ name);
public static string MakeValidEverettIdentifier (string name);
static member MakeValidEverettIdentifier : string -> string
Public Shared Function MakeValidEverettIdentifier (name As String) As String
Parameters
- name
- String
The file name.
Returns
The identifier to use with Visual Studio 2003.