ConversionGetNumber Method
Return the number portion of the caller's string.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string GetNumber(
string value
)
Public Shared Function GetNumber (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
Raw value having letters or numbers.
String
String value containing numbers only.