Compartir a través de


UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.ConvertIdToString Método

Definición

Convierte el proporcionado id en su representación de cadena.

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

Parámetros

id
TKey

Identificador que se va a convertir.

Devoluciones

Representación String del objeto proporcionado id.

Se aplica a