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

Definition

Converts the provided id to its string representation.

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

Parameters

id
TKey

The id to convert.

Returns

An String representation of the provided id.

Applies to