Utils.GetSyntacticallyValidID(String, Type) 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 a new identifier that is syntacticllly valid.
public static string GetSyntacticallyValidID (string baseID, Type type);
static member GetSyntacticallyValidID : string * Type -> string
Public Shared Function GetSyntacticallyValidID (baseID As String, type As Type) As String
Parameters
- baseID
- String
The base pattern for the identifier.
- type
- Type
The type of the object.
Returns
The new identifier.