ConversionTextNumberInline Method
Return the string value with the verbose number converted to numerical
digits.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string TextNumberInline(
string value
)
Public Shared Function TextNumberInline (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
The Text number to convert to a value.
String
String value of the text with the verbose number coverted to digits.
In this version, the verbose number must be contiguous within the
string, and only whole numbers are allowed.