[]
A class is used to control the output behavior of the reading string.
[TypeConverter(typeof(gx))]
public struct ReadingStringOutput
Name | Description |
---|---|
ReadingStringOutput(object, ReadingStringOutputMode) | Initializes a new instance of the ReadingStringOutput class. |
ReadingStringOutput(object, ReadingStringOutputMode, bool) | Initializes a new instance of the ReadingStringOutput class. |
Name | Description |
---|---|
EnableAlphabetReadingMapping | Gets or sets whether or not enable converting alphabets to its reading. |
None | Gets a empty output. |
OutputMode | Gets or sets the output mode. |
Target | Gets or sets an object used to receieve the output string. |
TargetControl | Gets or sets a control used to receive the output. |
Name | Description |
---|---|
Equals(object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Gets the hash code of this object. |
Name | Description |
---|---|
operator ==(ReadingStringOutput, ReadingStringOutput) | Declares the "==" operator. |
operator !=(ReadingStringOutput, ReadingStringOutput) | Declares the "!=" operator. |