ConversionIsNumericType(String) Method
Return a value indicating whether the specified value can be converted
purely to a number without any loss of information.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsNumericType(
string value
)
Public Shared Function IsNumericType (
value As String
) As Boolean
No code example is currently available or this language may not be supported.
- value String
-
String value to inspect for numerical purity.
Boolean
Value indicating whether the string value can be converted to a number
without any loss of information.