Show / Hide Table of Contents

Class RandomTextGenerator

Inheritance
object
RandomTextGenerator
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.Web.Security.Captcha
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public static class RandomTextGenerator

Methods

GenerateNextFloat(double, double)

Declaration
public static float GenerateNextFloat(double min = -3.40282347E+38, double max = 3.40282347E+38)
Parameters
Type Name Description
double min
double max
Returns
Type Description
float

GetEncoder(EncoderTypes)

Declaration
public static MagickFormat GetEncoder(EncoderTypes encoderType)
Parameters
Type Name Description
EncoderTypes encoderType
Returns
Type Description
MagickFormat

GetRandomText(int)

Declaration
public static string GetRandomText(int size)
Parameters
Type Name Description
int size
Returns
Type Description
string

GetUniqueKey(int, char[])

Declaration
public static string GetUniqueKey(int size, char[] chars)
Parameters
Type Name Description
int size
char[] chars
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform