Share via


UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.ConvertIdToString Metodo

Definizione

Converte l'oggetto fornito id nella relativa rappresentazione di stringa.

public:
 virtual System::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

Parametri

id
TKey

ID da convertire.

Restituisce

Rappresentazione String dell'oggetto fornito id.

Si applica a