Protected
constructorProtected
Creates a new instance of this class representing the exp
string
normalized according the Canonical Composition Form
Unicode Equivalence.
The expression to be passed to the constructor.
Converts the current Txt string to a BigInt.
The BigInt representation of the Txt string.
Converts the current Txt string to a buffer of bytes.
The bytes representation of the Txt string.
Converts the current Txt string to a number.
The numeric value of the Txt string.
Compares the current instance to another instance of Txt.
The instance to compare with.
Checks if the current Txt object is equal to the given Txt object.
The Txt object to compare with.
Static
ofCreates a new Txt instance from the provided expression.
The expression to convert to Txt:
Represents a text string encoded according the Normalization Form Canonical Composition Unicode Equivalence.
Implements