ConversionToVerboseNumber Method
Return a verbose (written) version of the caller-supplied numeric
value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToVerboseNumber(
int value
)
Public Shared Function ToVerboseNumber (
value As Integer
) As String
No code example is currently available or this language may not be supported.
- value Int32
-
Binary value.
String
Verbose representation of the caller's number.