Report.GetClsCompliantIdentifier(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.
Gets the Common Language Specification compliant identifier.
public:
static System::String ^ GetClsCompliantIdentifier(System::String ^ candidate);
public static string GetClsCompliantIdentifier (string candidate);
static member GetClsCompliantIdentifier : string -> string
Public Shared Function GetClsCompliantIdentifier (candidate As String) As String
Parameters
- candidate
- String
The candidate string.
Returns
The CLS-compliant identifier.