RoleStoreBase<TRole,TKey,TUserRole,TRoleClaim>.ConvertIdToString Method

Definition

Converts the provided id to its string representation.

C#
public virtual string ConvertIdToString (TKey id);
C#
public virtual string? ConvertIdToString (TKey id);

Parameters

id
TKey

The id to convert.

Returns

An String representation of the provided id.

Applies to

Product Versions
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0