UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.ConvertIdToString Metoda

Definicja

Konwertuje podaną id wartość na jej reprezentację ciągu.

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

Parametry

id
TKey

Identyfikator do konwersji.

Zwraca

Reprezentacja String podanego idelementu .

Dotyczy