Utils.GetSyntacticallyValidID(String, Type) Method

Definition

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.

Applies to