ConversionTextNumber Method
Return the binary value of the number expressed in text.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int TextNumber(
string value
)
Public Shared Function TextNumber (
value As String
) As Integer
No code example is currently available or this language may not be supported.
- value String
-
The Text number to convert to a value.
Int32
Binary value of the number represented in text.