UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.ConvertIdToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.