ShopToolsUtilHasFraction Method
Return a value indicating whether the caller's specified value contains
a fraction.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static bool HasFraction(
string value
)
Public Shared Function HasFraction (
value As String
) As Boolean
No code example is currently available or this language may not be supported.
- value String
-
The value to inspect for fractions.
Boolean
True if the value contains a fraction. Otherwise, false.