Sdílet prostřednictvím


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

Definice

Převede zadanou id hodnotu na řetězcovou reprezentaci.

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

Parametry

id
TKey

ID, které se má převést.

Návraty

Reprezentace String poskytnutého id.

Platí pro