ShopToolsUtilHasFraction Method

Return a value indicating whether the caller's specified value contains a fraction.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static bool HasFraction(
	string value
)

Parameters

value  String
The value to inspect for fractions.

Return Value

Boolean
True if the value contains a fraction. Otherwise, false.

See Also