ConversionTextNumberInline Method

Return the string value with the verbose number converted to numerical digits.

Definition

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

Parameters

value  String
The Text number to convert to a value.

Return Value

String
String value of the text with the verbose number coverted to digits.

Remarks

In this version, the verbose number must be contiguous within the string, and only whole numbers are allowed.

See Also