Class KanjiMode
TODO: Update summary.
Inheritance
System.Object
KanjiMode
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: QRClassLibrary
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class KanjiMode
Constructors
KanjiMode()
Methods
EncodeData(String)
This method encodes the data for the Kanji Mode.
Declaration
public Dictionary<int, string> EncodeData(string dataToEncode)
Parameters
System.String
dataToEncode
|
Returns
System.Collections.Generic.Dictionary<System.Int32, System.String>
|
ValidateData(String)
Validates the data, to ensure no invalid characters are present.
Declaration
public string ValidateData(string valueToValidate)
Parameters
System.String
valueToValidate
|
Returns
System.String
|