ConversionTextNumber Method

Return the binary value of the number expressed in text.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static int TextNumber(
	string value
)

Parameters

value  String
The Text number to convert to a value.

Return Value

Int32
Binary value of the number represented in text.

See Also