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

Definice

Převede poskytnutou id ř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é má být převedeno.

Návraty

String

StringReprezentace poskytnutého prvku id .

Platí pro