Compartilhar via


RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.ConvertIdToString Método

Definição

Converte o fornecido id em sua representação de cadeia de caracteres.

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

Parâmetros

id
TKey

A ID a ser convertida.

Retornos

Uma String representação do fornecido id.

Aplica-se a