General::dblk
None is not a valid value for the DigitBlock option:
NumberForm[27515078183.951, 14, DigitBlock -> None, ExponentFunction -> (Null &)]This shows valid option specifications in NumberForm:
NumberForm[27515078183.951, 14, DigitBlock -> 3, ExponentFunction -> (Null &)]