CreateManifestResourceName.MakeValidEverettIdentifier(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.