Class ConvertIntUserKey
Supports membership providers with System.Int32 values for ProviderUserKey.
Inheritance
System.Object
ConvertIntUserKey
Implements
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ConvertIntUserKey : Object, IUserKeyConverter
Constructors
ConvertIntUserKey()
Declaration
public ConvertIntUserKey()
Properties
ForType
Returns the System.Type for System.Int32
Declaration
public Type ForType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
ConvertToString(Object)
Converts the user key to a string.
Declaration
public string ConvertToString(object userKey)
Parameters
Type | Name | Description |
---|---|---|
System.Object | userKey | The provider user key. |
Returns
Type | Description |
---|---|
System.String | A string representation of the user key. |
ConvertToUserKey(String)
Converts a string to a provider user key.
Declaration
public object ConvertToUserKey(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The provider user key. |
Returns
Type | Description |
---|---|
System.Object | The provider user key. |