Background for Skyrim SE
Member of the StringUtil script
boolfunctionIsDigit(stringc)NativeGlobal

Description

Wiki Description

Returns whether the character is a digit or not. (This function requires SKSE)


Caveats

CK Wiki - Notes

None


Parameters

  1. stringc

    CK Wiki Description

    The character to check.


Examples

No human-generated examples found for this function.

Auto-Generated Example

string myString__c

bool returnedValue = StringUtil.IsDigit(myString__c)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.