Revision Difference
DTextEntry:CheckNumeric#515385
<function name="CheckNumeric" parent="DTextEntry" type="panelfunc">⤶
<ispanel>yes</ispanel>⤶
<description>⤶
Returns whether a string is numeric or not.⤶
Always returns false if the <page>DTextEntry:SetNumeric</page> is set to false.⤶
</description>⤶
<realm>Client</realm>⤶
<args>⤶
<arg name="strValue" type="string">The string to check.</arg>⤶
</args>⤶
<rets>⤶
<ret name="" type="boolean">Whether the string is numeric or not.</ret>⤶
</rets>⤶
</function>⤶
⤶