Click or drag to resize
RandomCodeGeneratorGetSymbolForType Method
Returns charType. Override this method to add custom character sets.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual char GetSymbolForType(
	char charType
)

Parameters

charType
Type: SystemChar
Character type to generate random character for.

Return Value

Type: Char
See Also