Without using string manipulation (checking for an occurrence of the . or , character) by casting the product of an int calculation to string.
.
,
bool isMultiple = a % b == 0;
This will be true if a is a multiple of b