Class AlphaNumeric
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Barcode.Symbology
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AlphaNumeric : Symbology2D
Constructors
AlphaNumeric()
Methods
EncodeData(String)
Declaration
public Dictionary<int, string> EncodeData(string dataToEncode)
Parameters
System.String
dataToEncode
|
Returns
System.Collections.Generic.Dictionary<System.Int32, System.String>
|
ValidateData(String)
Declaration
public string ValidateData(string valueToValidate)
Parameters
System.String
valueToValidate
|
Returns
System.String
|