RoleStoreBase<TRole,TKey,TUserRole,TRoleClaim>.ConvertIdToString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit le fourni en id
sa représentation sous forme de chaîne.
public:
virtual System::String ^ ConvertIdToString(TKey id);
public virtual string ConvertIdToString (TKey id);
public virtual string? ConvertIdToString (TKey id);
abstract member ConvertIdToString : 'Key -> string
override this.ConvertIdToString : 'Key -> string
Public Overridable Function ConvertIdToString (id As TKey) As String
Paramètres
- id
- TKey
ID à convertir.
Retours
Représentation String du fourni id
.